Opened 12 years ago
Closed 10 years ago
#7063 closed bug (fixed)
Dialog: Buttons in background still working even when an active modal dialog is in open state
Reported by: | Liv32Inspir3 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.8.9 |
Keywords: | modal | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
Happens in IE8
In the below example http://jqueryui.com/demos/dialog/#modal-form Once we click on the 'Create new user' button the dialog pops up. Now if we click somewhere on the screen (outside the dialog box), then press enter, the focus shifts to 'Create new user' button in the background form and click event is getting triggered.
Change History (6)
comment:1 Changed 11 years ago by
Keywords: | modal added |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Buttons in background still working even when an active modal dialog is in open state → Dialog: Buttons in background still working even when an active modal dialog is in open state |
comment:4 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
This is fixed in master with the new focus/modal handling.
Note: See
TracTickets for help on using
tickets.
petersendidit, could you retest this against master? The new overlay handling should've fixed this.