Closed
Bug 188368
Opened 22 years ago
Closed 22 years ago
Renders only first portion of page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: patnyoun, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030107
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030107
Only the first part of the page is rendered. The status bar indicates that other
components are received, they just don't render. When one looks at the "View
Source" one sees the text that shows up under IE 6, but not Mozilla. Code does
not seem overly complicated.
I did not see any obvious Microsoftisms but I may have missed something.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
![]() |
||
Comment 1•22 years ago
|
||
This is the usual problem with the inline positioned box not doing the
containing block correctly...
Whiteboard: DUPEME
Comment 2•22 years ago
|
||
Hm. This simplified code is:
<html><head>
</head><body>
<span STYLE="Position : Relative ; Left : 0px ; Top : 0px ; Width : 752px ;
Height : 1304px">
<div STYLE="Position : Absolute ; Left : 248px ; Top : 0px ; Width : 464px ;
Height : 1304px">
This is invisible text
</div></span>
</body></html>
Seems inlined box.
Comment 4•22 years ago
|
||
Sorry for the spam! Made Talkback TB15990625M running DOM-Inspector on this URL,
changes views from Javascript to DOM-Object and vice versa.
That TB is invalid!
Outline of invisible boxes overlapped the outline of the visible part, then crash.
When I resstarted the browser to make this report, after some browsing ;-)
boxes didnot overlap, seemed to be positioned ok.
So it seems this TB was generated by a memory issue in my machine,
mozilla doesn´t like running on 96 MB Celeron 333 ;-)
Just wanted to tell, since both bugnbr and URL are mentioned in this TB.
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 79315 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•