| Issue 631: | wrong slot choice when click | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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?
Oct 7, 2010
...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
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
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?