Closed Bug 44783 Opened 24 years ago Closed 20 years ago

CSOpenWindow opens in the wrong size

Categories

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

defect

Tracking

()

RESOLVED DUPLICATE of bug 67947
Future

People

(Reporter: jesup, Assigned: danm.moz)

References

()

Details

(Keywords: dom0)

Click on the upper-left thumbnail and a new window will open, but it will be
very small.  With Netscape4.7, it opens a reasonable size.  The page is CSS
content; appears automatically generated.

Snippet from the page:
...
<csaction name="B4CC73690" class="Open Window" type="ONEVENT"
val0="../images/pics/snakes/s3.jpg" val1 val2="0" val3="0" val4="true"
val5="true" val6="true" val7="true" val8="true" val9="true" val10="true">
...

CSOpenWindow,/*URL*/
'../images/pics/snakes/s3.jpg','',0,0,true,true,true,true,true,true,true
The window opens large and then resizes immediately small.  The content of the
new window is a simple jpeg.
The site basically does window.open(..., 'width=0,height=0,...') and it looks like
4.x ignores the width and height of they're 0 but mozilla tries to open a really
small window, the window is not 0x0px, more like 50x100p (some minimum size?),
over to danm...
Assignee: jst → danm
OS: FreeBSD → All
Hardware: PC → All
setting bug status to New
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Future
Don't see why we'd hold NS6 for this, -> Future
Keywords: correctness
Removing keyword correctness
Keywords: correctness
Keywords: dom0
This one was fixed in 2001. Marking as dup.

*** This bug has been marked as a duplicate of 67947 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.