Closed
Bug 275333
Opened 20 years ago
Closed 20 years ago
window.open ignores status=0 and resizable=0 . bug does not exist in Mozilla 1.7
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 261061
People
(Reporter: nick, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
swine = window.open("/smileys.html?dest=rte","smileywin","resizable=0,
scrollbars=0, status=0, width=346, height=374");
It will honor my request for no scrollbars, and sets the height and width
properly, however, only in Firefox, do I get not only a status bar, but grabbing
the corner will resixe the window.
Bug does not exist in Mozilla 1.7 or Netscape 7.2 or that browser "from the
other guys" 6.0.
Reproducible: Always
Steps to Reproduce:
1.use window.open() in javascript as above in my pasted code
2.
3.
Actual Results:
as explained in details
Expected Results:
Not displayed a status bar, and made the window non-resizable
Its straghtforward.
Comment 1•20 years ago
|
||
The status bar is on purpose. As a security measure, you cannot turn the status bar off with such a script.
A page created with borderless frames to create a seamless graphic with embedded
scrolling frame will break apart if user resizes window. Tables cannot replace
this function. My code:
{A HREF="javascript:void(0)"
onclick="window.open('home.htm',
'dummy','width=1000,height=708,scrollbars=yes,resizable=no,toolbar=no')"}
open new window{/A}
Works in Netscape 7.02, IE 6.0, but not in Firefox 1.0
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 261061 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•