Closed
Bug 10986
Opened 25 years ago
Closed 25 years ago
Can't open second window with window.open() command
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: ckritzer, Assigned: danm.moz)
References
()
Details
Overview Description: Can't open second window with window.open() command
Steps to Reproduce:
1) Launch Apprunner on Linux6 or MacOS
2) Load http://voodoolady/bugzilla/bugzilla6807.html
3) Click the "Open Window" link.
Actual Results: A second window (with no menubar) should appear
Expected Results: No second window ever appears.
Build Date & Platform Bug Found: Linux6 & MacOS 1999073008 build
Additional Builds and Platforms Tested On: WinNT 1999073011 build
Additional Information: bugzilla 6807 depends on this bug for verification.
Reporter | ||
Comment 1•25 years ago
|
||
OOPS!
Swap the "Expected Results" and "Actuall Results"...
Updated•25 years ago
|
Assignee: trudelle → danm
Target Milestone: M10
Comment 2•25 years ago
|
||
reassigning to danm as p3 for m10
Note for future reference: the offending JS call is window.open("", "", "menubar=no")
Navigator will open a window showing the contents of the directory containing the html document.
Mozilla could be having a problem either with the blank URL or blank window name.
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Comment 4•25 years ago
|
||
Apprunner now opens a second window (and a third). This appears to be working
now, but I'm going to open another one about the third window.
This appears to be working in:
1999082408 - WinNT
1999082409 - MacOS86
1999082408 - Linux6
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Woo hoo! Someone's even implemented the directory listing. Sounds done to me!
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•