Issue 981: "Uncaught Error: INVALID_STATE_ERR: DOM Exception 11" on Google Chrome when events are ajax-loaded
Status:  Duplicate
Merged:  issue 499
Owner: ----
Closed:  Aug 2013
Reported by AdriSala...@gmail.com, Jun 3, 2011
Hello, I have the fragment code I attached and it work fine in Firefox and IE, but not in Chrome...

The AjaxServlet returns a javascript array with the calendar events. It works on FF and IE.

In Chrome I get this error: Uncaught Error: INVALID_STATE_ERR: DOM Exception 11.

Any suggestion?
fullcalendar-fn.txt
1.0 KB   View   Download
Jun 3, 2011
#1 AdriSala...@gmail.com
I tried with a extra-simple calendar and it doesn't work on Chrome for me:

jQuery('#fullCalendar_cal').fullCalendar({
events: [
        {
            title  : 'event1',
            start  : '2011-08-01'
        }
]
});
Jul 11, 2011
Project Member #2 adamrs...@gmail.com
could you please post a runnable html file (with all dependencies) or use jsfiddle or something to demonstrate the bug? i need to be able to reproduce this exactly as it is on your end.
Status: Reproducing
Mar 8, 2013
#3 empina...@googlemail.com
It's the " " causing issues in chrome, I renamed them to " " and then it works.
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 499