Skip to main content

Bug Tracker

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".

Attachments (0)
Change History (2)

Changed January 28, 2008 08:18PM UTC by bfattori comment:1

Changed February 08, 2008 06:55PM UTC by paul comment:2

resolution: → fixed
status: newclosed