#10362 closed defect (fixed)
[regression] NumberTextBox formatting error
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_Spinner.html.
Go to the 3rd Spinner (no value) and enter 1.23999999 and TAB away.
The value should be 1.24 but is 1.240000.
This worked correctly in 1.3.2.
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [20848]) Fixes #10362. NumberTextBox? constraints object was being munged by internal dojo.number method. Added automated test.