Opened 9 years ago
Closed 9 years ago
#10566 closed bug (notabug)
dialog can't be open with elements trigger form submit
Reported by: | Jeff | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Note: See
TracTickets for help on using
tickets.
Use
keypress
instead ofkeydown
, otherwise you're opening the dialog (resulting in the close button being focused) before the key press actually occurs.