Bug Tracker

Modify

Ticket #2015 (closed bug: duplicate)

Opened 5 years ago

Last modified 5 years ago

Slider Bug in Download Version

Reported by: kunzj Owned by:
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: slider Cc:
Blocking: Blocked by:

Description

The downloadable Version of jquery.ui under  http://code.google.com/p/jqueryjs/downloads/detail?name=jquery.ui-1.0.zip contains a Bug that prevents at least IE7 from working correct. In ui.slider.js on Line 31

change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); },

The last comma "," raises an error in IE7 (Firefox 2 works though). The Demo-Versions doesn't conatin this bug.

Change History

comment:1 Changed 5 years ago by rworth

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #2022

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.