Skip to main content

Search and Top Navigation

#3489 closed bug (fixed)

Opened October 21, 2008 02:11PM UTC

Closed November 19, 2008 02:39PM UTC

Last modified October 10, 2010 06:02AM UTC

ui.slider steps option

Reported by: morf Owned by: paul
Priority: critical Milestone: 1.7
Component: ui.slider Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

When using the steps option to produce (for example) .5 values the slider will jump to the correct position, but a whole number will always been returned e.g. http://www.morfed.net/wheel-offset-calculator/test.php set up for 20 steps between 5 and 15 so should produce 5.5, 6.5 etc.

If you move the slider you'll see it move to the correct position, but not return the .5 value

Attachments (0)
Change History (2)

Changed October 24, 2008 01:02AM UTC by scottgonzalez comment:1

milestone: TBD1.6
priority: minorcritical

Changed November 19, 2008 02:39PM UTC by paul comment:2

resolution: → fixed
status: newclosed

Hi there,

this is adressed/fixed in r967 (or if you want to wait for a release, 1.6rc3). There's a new option which is called 'round' - you have to disable that option explicitely, then it will return float values like you wanted.