Ticket #6506 (closed defect: fixed)
[patch] ComboBox: when drop down opened, escape shouldn't revert value, just close drop down
| Reported by: | bill | Owned by: | haysmark |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
When the drop down is open ESC should close it; hitting ESC an additional time should revert the value. At least arguably so (see forum discussion).
Currently, on test_ComboBox.html,
- in first combobox, erase the value and type "al"
- press down arrow key twice to get to "Alaska" (so that Alaska is also displayed in the input box)
- press ESC
At this point the drop down closes and the input box returns to "Iowa". Seems inconsistent w/how we are handling esc for other widgets with drop downs?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.