Bug Tracker

Modify

Ticket #2022 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

Bug in Slider due to extra comma

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

Description

IE7 raises an error on line 32 due to an extra comma. It is strange. I did not make any other changes and it was working for a few days and then it started to raise this error. I simply removed the trailing comma in ui.slider.js.

slider.slider({

maxValue: cur.attr("max"), minValue: cur.attr("min"), startValue: this.getAttribute("value"), stepping: cur.attr("step"), change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); }

});

Change History

comment:1 Changed 5 years ago by davidserduke

  • Component changed from core to ui

comment:2 Changed 5 years ago by rworth

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

Fixed in [3363]

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.