Skip to main content

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 tj.vantoll comment:1

status: newopen
summary: Nested modal dialog is not modalDialog: Nested modal dialogs are not modal

Confirmed. This regressed in 1.11 as the test case works with 1.10.4.

Changed July 07, 2014 01:27PM UTC by scottgonzalez comment:2

keywords: → regression

Changed July 17, 2014 03:10PM UTC by scottgonzalez comment:3

Changed July 17, 2014 03:31PM UTC by Scott González comment:4

resolution: → fixed
status: openclosed

Dialog: Fix stacking of modal dialog overlays

Fixes #10138

Closes gh-1286

Changeset: acfda4be521e48c6b61cc458a715ef163892ac36

Changed July 17, 2014 03:31PM UTC by scottgonzalez comment:5

milestone: none1.11.1

Changed August 05, 2014 08:10PM UTC by scottgonzalez comment:6

#10487 is a duplicate of this ticket.

Changed August 12, 2014 01:31PM UTC by tj.vantoll comment:7

#10540 is a duplicate of this ticket.