Issue 982: Event loading fails upon gcal failure
Status:  Done
Owner: ----
Closed:  Jul 2011
Reported by jasper.k...@gmail.com, Jun 3, 2011
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
i believe this was true for older versions, but i fixed it in one of the newest version. can you try the latest fullcalendar and see if it is still a problem?
Status: Reproducing
Jul 12, 2011
#2 jasper.k...@gmail.com
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
Project Member #3 adamrs...@gmail.com
hmm interesting. glad you figured it out
Status: Done