Search and Top Navigation
#2248 closed bug (fixed)
Opened January 28, 2008 08:17PM UTC
Closed February 08, 2008 06:55PM UTC
Last modified February 26, 2009 11:24AM UTC
Bug in ui.slider.js causes IE to fail
| Reported by: | bfattori | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | ui.core | 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".
Attachments (0)
Change History (4)
Changed January 28, 2008 08:18PM UTC by comment:1
Changed February 08, 2008 06:55PM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.3 |
|---|
Milestone 1.2.3 deleted
Changed February 26, 2009 11:24AM UTC by comment:4
| milestone: | → 1.5 |
|---|
A link to an explanation can be found here:
http://cow.neondragon.net/index.php/1404-Internet-Explorer-Javascript-Errors