Search and Top Navigation
#10138 closed bug (fixed)
Opened July 07, 2014 08:38AM UTC
Closed July 17, 2014 03:31PM UTC
Last modified August 12, 2014 01:31PM UTC
Dialog: Nested modal dialogs are not modal
Reported by: | Goswinus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.1 |
Component: | ui.dialog | Version: | 1.11.0 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
When opening a dialog from a dialog, both with {modal: true}, the second dialog is not modal.
See this simple example: http://jsbin.com/japuxogi/1/edit.
-Click on the first button to open the first dialog.
-Click on the second button to open the second dialog.
-Move the second dialog (to expose the title bar of the (underlaying) first dialog.
-Click on the title bar of the first dialog
This ''should'' be impossible because the second dialog is modal!
You can even close the first dialog with the second dialog still being "open".
Attachments (0)
Change History (7)
Changed July 07, 2014 01:16PM UTC by comment:1
status: | new → open |
---|---|
summary: | Nested modal dialog is not modal → Dialog: Nested modal dialogs are not modal |
Changed July 07, 2014 01:27PM UTC by comment:2
keywords: | → regression |
---|
Changed July 17, 2014 03:10PM UTC by comment:3
Changed July 17, 2014 03:31PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | open → closed |
Dialog: Fix stacking of modal dialog overlays
Fixes #10138
Closes gh-1286
Changeset: acfda4be521e48c6b61cc458a715ef163892ac36
Changed July 17, 2014 03:31PM UTC by comment:5
milestone: | none → 1.11.1 |
---|
Confirmed. This regressed in 1.11 as the test case works with 1.10.4.