| Issue 2177: | dayClick() - Not working in AgendaDay | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello, At First I like to thanks for you contribution for this control It is really helpful. Coming to the issue, dayClick() functionis not working in "AgendaDay" view. I loaded calendar control, I selected "AgendaDay" and added functionality for "DayClick()". I always getting invalid date. Can you help me with this?
Jun 10, 2014
Please following the bug report instructions: http://arshaw.com/fullcalendar/wiki/Reporting-Bugs/ by creating a recreation with JSFiddle. Closing this ticket, but please open a *new* ticket once you've done this. thanks
Status:
Invalid
Labels: Type-Bug |
|
| ► Sign in to add a comment |
After doing some debug, here is what I found. in fullcalendar.js, inside setwidth(), we are calling below code setOuterWidth(axisFirstCells.width('').each(function(i, _cell) { axisWidth = Math.max(axisWidth, $(_cell).outerWidth()); console.log('*AIS*_cell',$(_cell).outerWidth()); console.log('**axisWidth',axisWidth);}),axisWidth); After executing above lines, axisWidth is returning "NaN". This is the issue.