Closed
Bug 269002
Opened 20 years ago
Closed 18 years ago
Corrupt layout due to large data in "overflow:auto" block
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 215055
People
(Reporter: remline386, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
183.88 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 I noticd at http://www.notspecter.com/index.php?m=20041 if you scroll to the bottom of the page, the rendering is very bad. I am seeing this with Fx 1.0 final. Reproducible: Always Steps to Reproduce: 1. Go to http://www.notspecter.com/index.php?m=20041 2. Scroll to the bottom of the page. You may have to scroll up and down a bit from there to see the bug. Actual Results: Very buggy rendering Expected Results: Render properly.
Comment 1•20 years ago
|
||
I see the problem too. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
| Reporter | ||
Comment 2•20 years ago
|
||
The problem appears to be the use of <div style="overflow:auto"> when there is a very large amount of data inside this <div>. With, say, 20 paragraphs, the page renders just fine. But with 900 lines (188289 bytes) of content inside the <div>, the rendering falls apart at the bottom of the file.
| Reporter | ||
Updated•20 years ago
|
Summary: Bad Layout / Overlapping Text at Bottom of Page → Corrupt layout due to large data in "overflow:auto" block
Comment 4•18 years ago
|
||
(In reply to comment #3) > Looks like a likely dup of bug 215055 > definitely *** This bug has been marked as a duplicate of 215055 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
No longer depends on: big-long-large-32767
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•