Skip to main content

Search and Top Navigation

#3801 closed bug (notabug)

Opened January 12, 2009 04:08AM UTC

Closed January 20, 2009 01:22PM UTC

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@inf.in
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.

Attachments (0)
Change History (3)

Changed January 15, 2009 02:24AM UTC by scottgonzalez comment:1

milestone: TBD1.6

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.

Changed January 15, 2009 02:26AM UTC by scottgonzalez comment:2

Ignore the previous comment. It was meant for #3797.

Changed January 20, 2009 01:22PM UTC by rdworth comment:3

resolution: → invalid
status: newclosed

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.