Opened 14 years ago
Closed 14 years ago
#3801 closed bug (notabug)
non-existent ui-slider moveTo
Reported by: | kaladis | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc4 |
Keywords: | moveTo, ui, slider, increment, decrement | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
I'm using jquery.ui-slider - jQuery UI Slider 1.6rc4. In this I noticed that though the document provides a method "moveTo" to increment/decrement on an event, the same is absent in the source code.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The 'moveTo' method was removed in 1.6rc4. Instead you can use the 'value' method. See http://jqueryui.pbwiki.com/Slider for full specifications (and details of what changed between 1.5.3 and 1.6 versions of slider).
The existing documentation is for the latest stable release (1.5.3) and will be updated for 1.6 before the final release.
Note: See
TracTickets for help on using
tickets.
The patch is invalid since decimals are valid values. I haven't looked into this at all, but this may be related to some of the dimensions methods from core returning crazy values.