Opened 12 years ago
Closed 12 years ago
#3647 closed defect (fixed)
InlineEditBox: error generated when tabbing from list
Reported by: | Douglas Hays | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_InlineEditBox.html. Tab to Iowa FilteringSelect? widget. Press Enter. Press backspace until the text box is empty. Press the down arrow key several times, highlighting different states from the drop down that appeared. Press Tab and an error is generated.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9554]) Fixes #3647: ComboBox? cleans up its highlighting before onChange fires, in case the ComboBox? disappears onChange (ie, if embedded in InlineEditBox?)
(Patch from Mark Hays, IBM, CCLA on file)