#5107 closed defect (fixed)
InlineEditBox: Save button not disabled after pressing Esc to revert value.
Reported by: | ptbrunet | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_InlineEditBox.html
Tab to and open the inline with text "refrigerators", enter text, press Esc, the Save button is not disabled; it takes one more Esc to disabled it.
Fails in FF2, FF3, IE6, IE7.
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [11857] (but I made a typo in the checkin comment, referring to a different bug number).
comment:5 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
The _onKeyPress in InlineEditBox?.js is not called during ESC key processing since the key is eaten with dojo.stopEvent.
I also noted that the Save button is initially enabled even tho nothing is changed.