#5917 closed defect (fixed)
ComboBox ESC key / revert problem
Reported by: | Douglas Hays | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run dijit/tests/for/test_ComboBox.html
Focus on the first box (Iowa) and type something.
Press the Esc key.
The field blanks out and fires onChange.
The field should have reverted to Iowa and no onChange fired.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 5917.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [12597]) Fixes #5917. Changed ComboBoxMixin? to use the _FormWidget:_onKeyPressed to manage undo.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This is a regression in [10872]. I documented the regression in my review of the patch; see #4633. The issue was fixed for FilteringSelect? but not ComboBox?.