Bug Tracker

Opened 16 years ago

Closed 16 years ago

#2022 closed bug (fixed)

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:
Blocked by: Blocking:

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 (2)

comment:1 Changed 16 years ago by davidserduke

Component: coreui

comment:2 Changed 16 years ago by rworth

Resolution: fixed
Status: newclosed

Fixed in [3363]

Note: See TracTickets for help on using tickets.