#2540 closed bug (fixed)
UI Dialog ESC key
Reported by: | tonyt | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When we open more than one dialog only the last opened dialog is closed with esc key. The other does not close with ESC key.
To reproduce this. In demo page - open all the dialogs whitout closing them. Press ESC key. Only the last opened dialog is closed. The other can not be closed with ESC keys
Change History (4)
comment:1 Changed 15 years ago by
Owner: | changed from paul to scott.gonzalez |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in [5272]. As long as an element in the dialog has focus, pressing escape will close the dialog. I also added an option closeOnEscape (defaults to true) for controlling this behavior.