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) {
Fixed in r4406. Thanks!