Ticket #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: | shashi@… |
| Blocking: | Blocked by: |
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
comment:2 Changed 4 years ago by scott.gonzalez
Ignore the previous comment. It was meant for #3797.
comment:3 Changed 4 years ago by rdworth
- Status changed from new to closed
- Resolution set to invalid
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.