Closed
Bug 274696
Opened 20 years ago
Closed 20 years ago
mozilla-trunk : windows created with window.open are 120px too high
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 262411
People
(Reporter: coin, Unassigned)
References
()
Details
Using latest mozilla-trunk, window.open usually create bigger windows than specified size. Testcase : - disable the popup manager - open http://tbasic.free.fr/bugzilla/bug_window_open.htm It opens two 150*150px popups using window.open: one immediately, and another after a shord delay. - on mozilla-latest-macosx (2004-12-15) => both popups appears 120px too high - on mozilla-latest-winxp (few weeks ago) => both popups appears 120px too high - on mozilla-latest-winxp (2004-12-15) => first popup appears too big => after the page load (using a setTimeout or a button), popups are created using the good dimensions.
Comment 1•20 years ago
|
||
Why is this OS=All? I've seen some reports of this for Windows (though not ones that anyone has managed to reproduce), and I've never seen anyone on Linux reporting anything like this. Olivier, does the problem appear with 1.8a6?
Comment 2•20 years ago
|
||
bz, I see it in a build I made on the 13th (!) innerHeight = 282 in my case.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•20 years ago
|
||
You can make it get the width wrong by opening the sidebar. So for some reason it's not hiding the chrome when calculating the inner sizes.
OS: All → Windows 2000
Comment 4•20 years ago
|
||
Well, this is _very_ unlikely to be DOM. Could someone who can reproduce this please narrow down when this broke?
Assignee: general → nobody
Component: DOM: Level 0 → XP Miscellany
QA Contact: ian → brendan
I'd like it better if we had just one of these bugs. *** This bug has been marked as a duplicate of 262411 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: brendan → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•