Closed
Bug 407642
Opened 18 years ago
Closed 18 years ago
window.open not obeying menubar = no
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 397873
People
(Reporter: anil_bits20042005, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
When a window is opened using window.open in Firefox 3.0 beta 1 the option "menubar = no" is not working .The window is having a menubar by default
Reproducible: Always
Steps to Reproduce:
1.open a window using window.open(); in javaScript with menubar = no as one of the option argument.
Expected Results:
"menubar = no" in window.open method should not show a menubar for the window.
| Reporter | ||
Updated•18 years ago
|
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
This sounds like bug 397873, which was apparently fixed after Firefox 3 Beta 1.
Btw, you need to update your branch build -- Firefox 2.0.0.7 has known security holes that were fixed in more recent 2.0.0.x builds.
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
•