Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2823 closed bug (fixed)

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) {

Change History (3)

comment:1 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r4406. Thanks!

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:3 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.