Issue 631: wrong slot choice when click
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by adde...@gmail.com, Sep 6, 2010
Hello,

I use this powerfull calendar in symfony framework 1.4
I have a strange behaviour in the dayAgenda View.
The slot selected is wrong when I click it.

What is the problem? is there any solution?
strange click.png
44.3 KB   View   Download
Sep 6, 2010
#1 adde...@gmail.com
I have replaced the 'select' call back to 'dayClick' like this

dayClick: function(start, end, allDay) {
            alert(start.getMinutes());
        }

and now it works! how is this possible?
Oct 7, 2010
Project Member #2 adamrs...@gmail.com
...please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON)...

can you include a demo?
Status: Reproducing
Nov 21, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done