Closed
Bug 487798
Opened 16 years ago
Closed 16 years ago
Div with overflow=auto containing a table with more than 3000 rows garbles content
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 215055
People
(Reporter: umautone, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Create a scrollable div that contains a table with more than 3000 rows.
If you jump to the bottom of the content the whole div becomes black.
If you scroll down normally through the rows using the arrow key or dragging the scroll bar with the mouse, you'll see the last "good" row (somewhere about 1/2 to 3/4 of the way through the content, depending on the size) stops rendering correctly and seems to smear the content.
This only happens on the Windows versions of Firefox and occurs in all versions including the latest 3.1.
This does not happen on the Mac version. Content renders correctly.
Reproducible: Always
Steps to Reproduce:
1. create scrollable div with overflow=auto perhaps 1/2 screen size
2. create large table within the div of about 3500 rows or more
3. scroll through the content or jump to the end
Expected Results:
Scrolling smears the content at some point or turns black if jumped to the end.
Thanks for reporting. Next time, please create a minimal testcase. You can attach it while reporting or any time after. Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•