Closed Bug 114685 Opened 23 years ago Closed 23 years ago

Javascript does not size pop-up windows correctly

Categories

(Core :: DOM: Core & HTML, defect)

PowerPC
Mac System 8.6
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: mas17, Assigned: jst)

References

()

Details

<script> Aside from the other silliness (accept my apologies beforehand) at the referenced URL, try clicking on one of the links under the "VITA". Each link calls the following Javascript function with its own value for "whichref": <SCRIPT> <!--Hide script function showRef(whichref) { RefWindow = window.open(whichref,'refwindow','toolbar=yes,location=no,width=558,height=607,resizable=yes,scrollbars=yes') RefWindow.focus() } // End hide --> </SCRIPT> Note that the size of the new window is specified by the script. In build ID 2001101117, this script DID give the correctly sized window. In build ID 2001111514, the resulting window comes up sized according to whatever I happen to have my current window set. In build ID 2001121104, the problem is still here. I have noted that the annoying pop-up windows that some commercial sites use for advertising also now show up as full-sized windows, when I'm sure they were intended to be smaller. It seems as though something's been broken. Michael
Over to DOM0. This is working correctly on Linux, so must be mac-only....
Status: UNCONFIRMED → NEW
Component: DOM Style → DOM Level 0
Ever confirmed: true
QA Contact: ian → amar
Problem is still present in build # 2002011003.
Problem is still present in build ID 2002012103
i'm getting this bug on Mac OS X, too, as of 0.9.8 (Build ID: 2002020411).
this is now working for me as of 0.9.9 (Build ID: 2002031005) on Mac OS X.
WORKSFORME.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Now using Build ID 2002040208. The problem has apparently been corrected. I'm using MacOS 8.6 BTW.
You need to log in before you can comment on or make changes to this bug.