Closed
Bug 259176
Opened 20 years ago
Closed 20 years ago
window.open ignores address = no
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ken2006, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040911 Firefox/0.10
A baic javascript window.open command should default to having no address bar or
tabs, as in all other browsers. The PR build does open these elements however.
Even true of a window.open call thta explicitly states address=no.
Reproducible: Always
Steps to Reproduce:
1. Open http://home.encorehollywood.com/public/mozpop.htm (or
http://home.encorehollywood.com and click on 'Login Now')
2. Child window opens with tabs and address bar; it shouldn't.
Comment 1•20 years ago
|
||
This is by design as a security measure. See bug 22183.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•