Search and Top Navigation
#10566 closed bug (notabug)
Opened August 23, 2014 02:49PM UTC
Closed August 23, 2014 03:03PM UTC
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: |
Attachments (0)
Change History (1)
Changed August 23, 2014 03:03PM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
Use
keypressinstead ofkeydown, otherwise you're opening the dialog (resulting in the close button being focused) before the key press actually occurs.