Skip to main content

Search and Top Navigation

#2015 closed bug (duplicate)

Opened December 06, 2007 08:51AM UTC

Closed December 13, 2007 01:55AM UTC

Last modified May 24, 2008 03:39AM UTC

Slider Bug in Download Version

Reported by: kunzj Owned by:
Priority: major Milestone:
Component: ui.core Version: 1.2.1
Keywords: slider Cc:
Blocked by: Blocking:
Description

The downloadable Version of jquery.ui under http://code.google.com/p/jqueryjs/downloads/detail?name=jquery.ui-1.0.zip contains a Bug that prevents at least IE7 from working correct.

In ui.slider.js on Line 31

change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); },

The last comma "," raises an error in IE7 (Firefox 2 works though). The Demo-Versions doesn't conatin this bug.

Attachments (0)
Change History (2)

Changed December 13, 2007 01:55AM UTC by rdworth comment:1

resolution: → duplicate
status: newclosed

Duplicate of #2022

Changed May 24, 2008 03:39AM UTC by comment:2

milestone: 1.2.2

Milestone 1.2.2 deleted