#4313 closed defect (fixed)
Slider displays NaN onChange
Reported by: | dante | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
the problem first shows up here: http://archive.dojotoolkit.org/dojo-2007-08-25/checkout/dijit/tests/form/test_Slider.html
slide the first slider's handle, and NaN appears in the value box. appears in themeTester as well. [10352] touched Slider.js the day before, though looks unrelated. Can't find anything else real obvious poking though old change sets.
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:3 Changed 13 years ago by
Component: | General → Dijit |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10379]) Fixes #4313. Add check for infinite discrete values.