Changes between Initial Version and Version 6 of Ticket #3754
- Timestamp:
- Jul 30, 2007, 8:16:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3754
- Property Owner changed from bill to ptbrunet
-
Property
Summary
changed from
DatePicker: When it's open, Esc doesn't close the edit box or the popup
toInconsistent Esc key handling across form widgets
-
Ticket #3754 – Description
initial v6 1 Using the inline edit box test case, Esc doesn't work to close datepicker (edit box or popup) 1 [edited to be more consistent with followup comments by reporter by Karl (tk)] 2 3 Esc key handling is inconsistent across the following widgets: 4 This is the current behavior for the Esc key on all the widgets in .../dijit/tests/form/test_InlineEditBox.html 5 6 text box 7 textarea 8 date text box 9 filtering select 10 programmed text box 11 spinner 12 13 More details can be found in the follow up comments by the reporter.