Bug Tracker

Ticket #2248 (closed bug: fixed)

Opened 10 months ago

Last modified 10 months ago

Bug in ui.slider.js causes IE to fail

Reported by: bfattori Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.3 Component: ui
Version: 1.2.2 Keywords: ie,slider,exception
Cc: Needs: Review

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

Change History

Changed 10 months ago by bfattori

Changed 10 months ago by paul

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.