Skip to:
When loading a page containing reorderable elements in IE, the following errors are thrown.
Generic Lightbox example:--------------------------------------- Line: 2Char: 1608Error: Object doesn't support this property or methodCode: 0
Reorderable jQuery Tabs Demo:--------------------------------------------- Line: 2Char: 8913Error: Expected Identifier, string or numberCode: 0
Line: 48Char: 5Error: Object expectedCode: 0
Sortable Vertical List:-------------------------------- Line: 17Char: 5Error: Object doesn't support this property or methodCode: 0
Uportal demo:
Line: 2Char: 1608Error: Object doesn't support this property or methodCode: 0
Line: 2Char: 584Error: Object doesn't support this property or methodCode: 0
Verified fix using:
IE6, IE7 (Win XP)IE7 (Win Vista)
I've tested this patch, and it does fix the error - good catch, Jacob!
I've committed the fix.
Extra comma removed - IE dies when a list contains a trailing comma, whereas FF wont.
Updated debugging info====================
File: Reorderer.jsLine: 483Error: Expected identifier, string or number
All of the above sites have the same issue.
When loading a page containing reorderable elements in IE, the following errors are thrown.
Generic Lightbox example:
---------------------------------------
Line: 2
Char: 1608
Error: Object doesn't support this property or method
Code: 0
Reorderable jQuery Tabs Demo:
---------------------------------------------
Line: 2
Char: 8913
Error: Expected Identifier, string or number
Code: 0
Line: 48
Char: 5
Error: Object expected
Code: 0
Sortable Vertical List:
--------------------------------
Line: 17
Char: 5
Error: Object doesn't support this property or method
Code: 0
Uportal demo:
Line: 2
Char: 1608
Error: Object doesn't support this property or method
Code: 0
Line: 2
Char: 584
Error: Object doesn't support this property or method
Code: 0