Closed
Bug 252210
Opened 21 years ago
Closed 21 years ago
Modal dialog cannot open modeless dialog
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: WeirdAl, Unassigned)
Details
Discovered in Mozilla 1.7 RC1.
Basically, I had a modal dialog for my Abacus project (so the parent
application could not stop it from executing). The modal dialog would then try
to open a modeless dialog (in my case, a floating menu). Ideally, the user
could still interact with the modal dialog.
In actuality, the sub-window was modal as well; I could not interact with the
modal dialog while my supposedly modeless dialog was open.
This should be trivial to write a testcase for. :)
Comment 1•21 years ago
|
||
Some platforms used not to or still don't allow you to open a modeless window
with a modal parent. However you should be able to use the window watcher to
open a new top-level window. Look at openHelp in contextHelp.js for example.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•