Closed
Bug 1033
Opened 26 years ago
Closed 26 years ago
window.open ignores size tags
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: mcafee, Assigned: mcafee)
Details
[from Bryce Nesbitt <bryce@nextbus.COM>]
On Netscape 4.06 and 4.5B1 under Unix, but not Windows:
<input type=button value="Send Message"
name=message
onclick="w = window.open(
'http://emery.nextbus.com/emery/private/message.html',
'messageWindow','width=500,height=250');
w.focus()">
The window gets opened to a DIFFERENT size the first time the button is
hit.
The SECOND time it respects the width= and height= tags.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 1•26 years ago
|
||
N/A in new world.
You need to log in
before you can comment on or make changes to this bug.
Description
•