Issue 14: JSON with callback problem in IE. Events don’t show up
Status:  Done
Owner: ----
Closed:  May 2009
Reported by eugene...@gmail.com, May 14, 2009
It appears that when you implement JSON with a callback as suggested in the
documentation, IE (6/7) returns an error, and the calendar does NOT display
the events (the calendar itself renders fine). The error is 'Unexpected
call to method or property access'.
May 14, 2009
#2 eugene...@gmail.com
This issue/bug can be fixed by adding '.full-calendar-month .event-title {…}'
declaration to fullcalendar.css. IE is a strange browser, but I guess it complains
about having a class in the code and no corresponding style in CSS.
May 25, 2009
Project Member #3 adamrs...@gmail.com
eugene, can you post your html/js/css in a zip file so i can examine this issue
closer? i am having trouble recreating it.

if this is indeed true, maybe theres a JS workaround
May 31, 2009
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done