Opened 13 years ago
Closed 13 years ago
#6228 closed defect (duplicate)
InlineEditBox: modifies number as typing
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See test_InlineEditBox.html. After the "Please remit" section:
- click to edit
- type "2"
- autocompletion goes to 2.00 (this is wrong since maybe I wanted to type 22.00)
- backspace over the .00
- autocompletes to 2.00 again
(Of course this might be an issue w/NumberSpinner; not sure) Tested on IE6, FF2.
Change History (2)
comment:1 Changed 13 years ago by
Priority: | normal → high |
---|
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dup of #6145