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)
Change History (5)
Changed June 16, 2009 10:44AM UTC by comment:1
milestone: | TBD → 1.8 |
---|---|
type: | bug → enhancement |
Changed June 26, 2012 01:22AM UTC by comment:2
type: | enhancement → feature |
---|
Changed October 11, 2012 02:47PM UTC by comment:3
milestone: | 1.9.0 → 1.10.0 |
---|
Changed October 15, 2012 07:27PM UTC by comment:4
summary: | Modal dialog cannot be brought on top of non-modal dialogs → Dialog: Modal dialog cannot be brought on top of non-modal dialogs |
---|
Changed October 15, 2012 07:44PM UTC by comment:5
resolution: | → wontfix |
---|---|
status: | new → closed |
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.