Skip to main content

Search and Top Navigation

#2823 closed bug (fixed)

Opened May 08, 2008 06:47AM UTC

Closed May 08, 2008 05:18PM UTC

Last modified February 26, 2009 12:07PM UTC

ui.slider 'moveTo' bug

Reported by: tobi Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core 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 (3)

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

resolution: → fixed
status: newclosed

Fixed in r4406. Thanks!

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

milestone: 1.2.4

Milestone 1.2.4 deleted

Changed February 26, 2009 12:07PM UTC by paul comment:3

milestone: → 1.5