Closed
Bug 10255
Opened 25 years ago
Closed 25 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)
(deleted),
text/x-github-pull-request
|
Details |
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•25 years ago
|
Assignee: trudelle → danm
Comment 1•25 years ago
|
||
danm
Status: NEW → RESOLVED
Closed: 25 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•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•3 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•