Closed
Bug 405194
Opened 17 years ago
Closed 17 years ago
window.open ignores menubar=no
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 397873
People
(Reporter: fredck, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b1) Gecko/2007110904 Firefox/3.0b1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b1) Gecko/2007110904 Firefox/3.0b1
The window.open() function is ignoring the parameter "menubar=no", even if the dom.disable_window_open_feature.menubar configuration is set to "false".
Reproducible: Always
Steps to Reproduce:
To reproduce it, it is enough to create a page with the following script code:
<script type="text/javascript">
window.open( 'about:blank', 'Test', 'menubar=no' ) ;
</script>
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•