Closed
Bug 355377
Opened 18 years ago
Closed 18 years ago
Modal window won't work
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 355373
People
(Reporter: rob.versluis, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1) Gecko/20060918 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1) Gecko/20060918 Firefox/2.0
When I use the following script:
window.open(url,"dialog","centerscreen=yes, dialog=yes, modal=yes");
the modal feature won't work!
Reproducible: Always
Steps to Reproduce:
1. make use of the method window.open
2.
3.
Actual Results:
a modeless window
Expected Results:
a modal window that will stay on top and the parent window can't be used.
Comment 1•18 years ago
|
||
*** This bug has been marked as a duplicate of 355373 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•