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)

defect

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.
*** Bug 6856 has been marked as a duplicate of this bug. ***
Component: Apprunner → XUL
QA Contact: leger → ckritzer
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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>
Whiteboard: Will check on 1999072709 build
Whiteboard: Will check on 1999072709 build
Okay, works great in WinNT 1999073011 build...checking other platforms...
Depends on: 10986
Whiteboard: bugzilla bug10986 is blocking verification of 6807
Status: RESOLVED → VERIFIED
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.