Issue 2177: dayClick() - Not working in AgendaDay
Status:  Invalid
Owner: ----
Closed:  Jun 2014
Reported by mrvamsid...@gmail.com, Jun 10, 2014
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
#1 mrvamsid...@gmail.com
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. 
Jun 10, 2014
Project Member #2 adamrs...@gmail.com
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