#5471 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in 5ffd3ab