Search and Top Navigation
#1762 closed bug (fixed)
Opened October 01, 2007 03:04PM UTC
Closed October 24, 2007 04:17PM UTC
Last modified February 26, 2009 11:11AM UTC
syntax error for IE6 in ui.slider.js
| Reported by: | Matt | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.5 |
| Component: | ui.core | Version: | 1.2.1 |
| Keywords: | ie6, slider | Cc: | |
| Blocked by: | Blocking: |
Description
A veru blocking problem in ui.slider.js On line 31 ...
change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); },
... the comma at the end of the line causes a syntax error in IE6 sp2 / WinXP. This blocks the script execution. Removing this last comma solves the problem.
Cheers,
Matt
Attachments (0)
Change History (4)
Changed October 02, 2007 02:56PM UTC by comment:1
Changed October 24, 2007 04:17PM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.2 |
|---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:11AM UTC by comment:4
| milestone: | → 1.5 |
|---|
This is already fixed in HEAD.