Opened 13 years ago
Closed 13 years ago
#5101 closed defect (fixed)
InlineEditBox: Pressing tab after entering data doesn't move to next field
Reported by: | ptbrunet | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_InlineEditBox.html
Tab to the first field, press enter, change value, press tab (or shift tab), focus should go to next (or previous) field, it goes to the same field. If you don't enter data it works OK.
Fails in FF2, FF3, IE6, IE7
Change History (2)
comment:1 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12495]) Fixes #5101 #5102. Add TAB key handler to save but not force a refocus.