Search and Top Navigation
#5471 closed bug (fixed)
Opened April 01, 2010 06:57PM UTC
Closed April 01, 2010 07:03PM UTC
Last modified April 21, 2010 01:18PM UTC
slider: value not aligned to step when set programatically
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | ui.slider | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From the slider specs http://wiki.jqueryui.com/Slider#specs "value option/method: the value option is not restricted by min/max/step. What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)"
The slider method value currently returns a val restricted by min and max but not aligned to step. All values from this method should be aligned to step, though the value option underneath can contain an unaligned value, to prevent data loss.
Fixed in 5ffd3ab