Closed (fixed)
Project:
jQuery UI Backport
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2007 at 01:53 UTC
Updated:
21 Jul 2009 at 21:16 UTC
Has this module been tested in IE7? I receive a 'object expected' error on
var x = $ui('#id');
Comments
Comment #1
bleen commentedthe error I received (IE7 only) was on line 5969 of jquib.js ... commenting out the entire "slider" block of code solves the problem for the moment
Comment #2
emackn commentedi commented out the slider block but then started getting M"S runtime error: 'getElementById' is Null or not an object"
joy!
update: the runtime error was from something else. Isolating out everything else not needed got everything working fine in my test setup.
Comment #3
febbraro commentedIn IE7 I was getting "Expected identifier, string, or number" on line 5969 of jquib.js
The reason for the error is explained here: http://cow.neondragon.net/index.php/1404-Internet-Explorer-Javascript-Er...
I had to edit jquib.js and on line 5968 I changed:
to
and that fixed my problem. I'm guessing that it is actually a problem with jQuery UI slider.js file, but this fix works.
Comment #4
febbraro commentedLooks like as of 12/26/2007 jquery.slider.js is fixed in their SVN repo, but not in the download.
Comment #5
Rowanw commentedThanks febbraro, removing the comma on line 5968 fixed my UI Tabs issue in both IE7 and Opera.
Comment #6
Rowanw commentedUpdating issue.
Comment #7
starbow commented