| Issue 14: | JSON with callback problem in IE. Events don’t show up | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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 25, 2009
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
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
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.