#8121 closed defect (fixed)
InlineEditBox+NumberTextBox=NaN?
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/test_InlineEditBox.html
Click the box next to "please remit". You get NaN for the value. Shouldn't it be blank as the inline text indicated?
If you then clear the erroneous NaN so the box just has "" (which is valid input since it says so), you get the letters NaN as the inlined value, even though the value the user entered was blank.
Change History (5)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from bill to Douglas Hays |
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
[15802] Fixes #8121. Add _getDisplayedValueAttr function to NumberTextBox? to deal with NaN.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
regression caused by [15513]