#3788 closed defect (fixed)
Slider: discreteValues off by one?
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See newly added "fancy labels" test in test_Slider.html. In order to get 3 discrete values had to set discreteValues="2".
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → Dijit |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9785]) Fixes #3788. Calculations needed discreteValues-1 to account for how many spans.