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)
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
Comment 1•23 years ago
|
||
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
| Reporter | ||
Comment 2•23 years ago
|
||
Problem is still present in build # 2002011003.
| Reporter | ||
Comment 3•23 years ago
|
||
Problem is still present in build ID 2002012103
Comment 4•23 years ago
|
||
i'm getting this bug on Mac OS X, too, as of 0.9.8 (Build ID: 2002020411).
Comment 5•23 years ago
|
||
this is now working for me as of 0.9.9 (Build ID: 2002031005) on Mac OS X.
| Assignee | ||
Comment 6•23 years ago
|
||
WORKSFORME.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 7•23 years ago
|
||
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.
Description
•