Opened 13 years ago
Closed 13 years ago
#6182 closed defect (fixed)
Popup/Dialog won't close via ESC
Reported by: | davidb | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | accessibility | Cc: | Douglas Hays, Adam Peller, theclown |
Blocked By: | Blocking: |
Description (last modified by )
To recreate:
- Open test_Dialog.html
- Click Show Dialog
- Click in Date text area
- press ESC
Expected: popped up date chooser should close
Actual: nothing
Comfirmed on: IE6, IE7, Safari 3.0.4, FF2, Minefield rv:1.9b5pre Gecko/2008031004 (Thanks theclown for confirmation)
For background see ticket:5920
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|---|
Priority: | normal → high |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13055]) Fixes #6182. Changed _FormWidget to treat null/undefined/ the same during onChange processing. Fixed combobox to stop ESC key from closing a dialog if it also closes the popup.