Dialog: Modal dialog cannot be brought on top of non-modal dialogs
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.
Change History (6)
Milestone: |
TBD →
1.8
|
Type: |
bug →
enhancement
|
Type: |
enhancement →
feature
|
Milestone: |
1.9.0 →
1.10.0
|
Summary: |
Modal dialog cannot be brought on top of non-modal dialogs →
Dialog: Modal dialog cannot be brought on top of non-modal dialogs
|
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.