Skip to main content

Search and Top Navigation

#4598 closed feature (wontfix)

Opened June 12, 2009 09:53PM UTC

Closed October 15, 2012 07:44PM UTC

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 June 12, 2009 09:55PM UTC.
Change History (5)

Changed June 16, 2009 10:44AM UTC by jzaefferer comment:1

milestone: TBD1.8
type: bugenhancement

Changed June 26, 2012 01:22AM UTC by scottgonzalez comment:2

type: enhancementfeature

Changed October 11, 2012 02:47PM UTC by scottgonzalez comment:3

milestone: 1.9.01.10.0

Changed October 15, 2012 07:27PM UTC by dcarrith comment:4

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

Changed October 15, 2012 07:44PM UTC by dcarrith comment:5

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.