| Issue 981: | "Uncaught Error: INVALID_STATE_ERR: DOM Exception 11" on Google Chrome when events are ajax-loaded | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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?
Jul 11, 2011
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
It's the " " causing issues in chrome, I renamed them to " " and then it works.
Aug 13, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 499 |
|
| ► Sign in to add a comment |
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' } ] });