Skip to main content

Bug Tracker

Side navigation

#2823 closed bug (fixed)

Opened May 08, 2008 06:47AM UTC

Closed May 08, 2008 05:18PM UTC

ui.slider 'moveTo' bug

Reported by: tobi Owned by: paul
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: slider, moveTo Cc:
Blocked by: Blocking:
Description

can't set 0 (number) value to the moveTo. This not works: $('#slider').slider('moveTo',0);

but this: $('#slider').slider('moveTo','0');

In the code: line 351

if(o.axis != "vertical" && x) {

and line 359

if(o.axis != "horizontal" && y) {

Attachments (0)
Change History (1)

Changed May 08, 2008 05:18PM UTC by paul comment:1

resolution: → fixed
status: newclosed

Fixed in r4406. Thanks!