#17214 closed defect (fixed)
Slider throws an exception if minimum==maximum
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | Dijit - Form | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The *Slider widgets compute blah/(maximum-minimum) so if min==max then an exception is thrown. HTML5 range INPUTs just act like they are readOnly.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to Douglas Hays |
Status: | new → assigned |
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Also affects dojox/form/RangeSlider.