Opened 14 years ago

Closed 10 years ago

#4598 closed feature (wontfix)

Dialog: Modal dialog cannot be brought on top of non-modal dialogs

Reported by: Mikko Rantanen Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.dialog Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

A modal dialog cannot be brought on top of a non-modal dialog.

It is possible to create dialogs after creating a modal dialog which appear on top of the modal dialog. When the modal dialog is clicked the moveToTop exits before it brings the modal dialog on top since it isn't forced when executed through mousedown event.

Attachments (1)

modal.html (1.1 KB) - added by Mikko Rantanen 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Mikko Rantanen

Attachment: modal.html added

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.8
Type: bugenhancement

comment:2 Changed 11 years ago by Scott González

Type: enhancementfeature

comment:3 Changed 10 years ago by Scott González

Milestone: 1.9.01.10.0

comment:4 Changed 10 years ago by dcarrith

Summary: Modal dialog cannot be brought on top of non-modal dialogsDialog: Modal dialog cannot be brought on top of non-modal dialogs

comment:5 Changed 10 years ago by dcarrith

Resolution: wontfix
Status: newclosed

It may be possible, but it's not recommended. The modal dialog is meant to prevent interaction with other elements on the page. In the test case attached to this ticket, the opening of the non-modal dialog after the modal dialog is achieved programmatically. It's recommended that you not do that.

Note: See TracTickets for help on using tickets.