Search and Top Navigation
#2022 closed bug (fixed)
Opened December 06, 2007 09:03PM UTC
Closed December 13, 2007 01:52AM UTC
Last modified February 26, 2009 11:19AM UTC
Bug in Slider due to extra comma
Reported by: | offwhite | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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 (4)
Changed December 07, 2007 01:58AM UTC by comment:1
component: | core → ui |
---|
Changed December 13, 2007 01:52AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [3363]
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:19AM UTC by comment:4
milestone: | → 1.5 |
---|