| Issue 982: | Event loading fails upon gcal failure | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When having multiple event sources and among those a gcal source which fails to load, then all events fail to load and fullcalendar stays in the loading state (one invocation of the loading callback, at the start). This can be easily reproduced by creating a fullcalendar instance with a static events source and a Google Calendar. Test it, it will work. Then disable your internet connection and test it again, not even the static events will load and it remains loading. Adding an error attribute does not seem to help.
Jul 11, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Reproducing
Jul 12, 2011
I found out that the issue is not really gcal related, but jQuery related. When disabling the internet connection, the error state of the AJAX request will not be called. In fact, not even the complete state.
Jul 19, 2011
hmm interesting. glad you figured it out
Status:
Done
|
|
| ► Sign in to add a comment |