Side navigation
#2248 closed bug (fixed)
Opened January 28, 2008 08:17PM UTC
Closed February 08, 2008 06:55PM UTC
Bug in ui.slider.js causes IE to fail
Reported by: | bfattori | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.3 |
Component: | ui | Version: | 1.2.2 |
Keywords: | ie,slider,exception | Cc: | |
Blocked by: | Blocking: |
Description
Internet Explorer generates a "Expected Identifier, string or number" exception. This is commonly caused by two issues:
1) The identifier in a simple object is invalid (an expressing like -1)
2) There is an extraneous comma in the object after the last element
This error is caused by the second issue in "ui.slider.js" at ~line 31 in "slider.slider({..."
You have an extra comma after the closing brace for the identifier "change".
A link to an explanation can be found here:
http://cow.neondragon.net/index.php/1404-Internet-Explorer-Javascript-Errors