Closed
Bug 10255
Opened 27 years ago
Closed 26 years ago
Modal Dialogs do not behave modally
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
People
(Reporter: hangas, Assigned: danm.moz)
References
Details
Attachments
(1 file)
Currently there seems to be no way to create a modal dialog. Dialogs all act
like windows in that they allow the user to click to another window in the same
application.
Updated•27 years ago
|
Assignee: trudelle → danm
Comment 1•27 years ago
|
||
danm
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You can of course make a modal dialog from C using nsAppShellService::RunModalDialog.
There is currently no way to reach that functionality from JS, and there's the rub. Adding that
capability is part of bug 9631, so I'm marking this one as a duplicate.
*** This bug has been marked as a duplicate of 9631 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•4 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•