| Issue 456: | IE 8 length is null error | |
| 1 person starred this issue and may be notified of changes. | Back to list |
IE 8 gives me the following error when I browse my dev site http://g4j.laoneo.net/dev_1_5/gcalendar-view.html: Message: 'length' is null or not an object Line: 393 Char: 22 Code: 0 URI: http://g4j.laoneo.net/dev_1_5/components/com_gcalendar/libraries/fullcalendar/fullcalendar.min.js I'm trying to find the problem now for hours and I'm really frustrated because in all other browsers it is working perfect. Any help would be great!!! I didn't want to change all the urls in my code so I put the content of the file fullcalendar.js into the file fullcalendar.min.js.
Apr 23, 2010
#1
tanguy.pruvot@gmail.com
Apr 23, 2010
In IE8 length is 3, and in Google Chrome, length is 2 with exactly same things in the Array... IE8 is counting the Methods as item... so my fix is correct to prevent call on the [2] index which doesnt exists...
Apr 23, 2010
Can be closed. Don't write something like eventSources: [ 'example.com',] in fullcalendar, IE will die!!
Apr 27, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |