Skip to main content

Bug Tracker

Side navigation

#2022 closed bug (fixed)

Opened December 06, 2007 09:03PM UTC

Closed December 13, 2007 01:52AM UTC

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); }

});

Attachments (0)
Change History (2)

Changed December 07, 2007 01:58AM UTC by davidserduke comment:1

component: coreui

Changed December 13, 2007 01:52AM UTC by rworth comment:2

resolution: → fixed
status: newclosed

Fixed in [3363]