Closed
Bug 169677
Opened 23 years ago
Closed 23 years ago
document.body.clientHeight = 0 if no scrollbars=1 passed to window.open()
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 180552
People
(Reporter: markvds, Assigned: ashuk)
Details
Attachments
(1 file)
389 bytes,
text/html
|
Details |
The value of document.body.clientHeight when used in a popup is always 0 if no
'scrollbars=1' is passed to the window.open() function. I tried it with Mozilla
1.1 and I just tried it with Mozilla 1.2a. Both got the same problem. I think
this is not how it should be.
![]() |
||
Comment 1•23 years ago
|
||
WFM using build 2002120808, Windows 2000.
Reporter, can you attach a testcase showing the bug? If bug is gone, please
mark this one as WORKSFORME.
![]() |
||
Updated•23 years ago
|
Component: Java APIs for DOM → DOM Mozilla Extensions
![]() |
||
Comment 2•23 years ago
|
||
WFM also on XP with build 2002122608. Please reopen if you still see this, and
if yes, then please attach a testcase or url to illustrate the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
![]() |
Reporter | |
Comment 3•23 years ago
|
||
The problem still exists and I don't think it's the intended behaviour; why
should the document.body.clientHeight be 0 while the body contains content?
Testcase URL:
http://www.elegia.nl/bugzilla/opendoc.html
During my first submission I used Win98, now I used WinXP with build 2002121215
(Mozilla 1.3a)
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 180552 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•