Closed
Bug 6807
Opened 26 years ago
Closed 26 years ago
menubar can't be turned off in window.open chrome settings
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: danm.moz, Assigned: danm.moz)
References
()
Details
(Whiteboard: bugzilla bug10986 is blocking verification of 6807)
The menubar can't be turned off using a window.open("","","menubar=no") JS command. Other chrome
chrome features specified as widgets in navigator.xul can be controlled through window.open, but not
the menubar.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Mac & Win95 (apprunner build 1999070908) both create a new window, but the MacOS
window is almost too small to be noticed (it appears to be about 7 pixels wide by
25 pixels tall) and the Win95 window only has the titlebar and chrome widgets
(hide, zoom, and close buttons).
Linux6 (apprunner build 1999070908) crashes.
Here's the testcase:
***********************************************************
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>bugzilla6807</TITLE>
<SCRIPT TYPE="text/javascript">
document.write("Hello Whirl<P>");
function sezme() {
window.open("","","menubar=no");
}
</SCRIPT>
<HEAD>
<BODY>
<a href="onClick(sezme());" target="Whirl">Open Window</a> <--
Click it, go ahead, I *dare* you...
</BODY>
</HTML>
Updated•26 years ago
|
Whiteboard: Will check on 1999072709 build
Updated•26 years ago
|
Whiteboard: Will check on 1999072709 build
Comment 3•26 years ago
|
||
Okay, works great in WinNT 1999073011 build...checking other platforms...
Updated•26 years ago
|
Whiteboard: bugzilla bug10986 is blocking verification of 6807
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verified fixed on:
1999082408 WinNT
1999082409 MacOS86
1999082408 Linux6
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
•