jQuery: The Write Less, Do More JavaScript Library

Ticket #2823 (closed bug: fixed)

Opened 5 days ago

Last modified 5 days ago

ui.slider 'moveTo' bug

Reported by: tobi Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords: slider, moveTo
Cc: Needs: Review

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

Change History

Changed 5 days ago by paul

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4406. Thanks!

Note: See TracTickets for help on using tickets.