Closed
Bug 690789
Opened 13 years ago
Closed 13 years ago
background image stops being displayed after certain page length
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 671302
People
(Reporter: ahuelsbergen, Unassigned)
Details
(Whiteboard: [dupme])
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
going to a long page like http://muarchives.missouri.edu/concordance-c.html or http://muarchives.missouri.edu/c-rg22-s41.html the browser (7.0.1) will stop displaying the background image at a certain point down the page. Creating a simple page like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body background="images/sm_bg.gif">
<p>paragraph1</p>
</body>
</html>
will stop displaying the background image at around the 920th paragraph (assuming one adds 920+ <p>paragraph1</p> lines
Actual results:
the background image stopped displaying at a certain point down the page
Expected results:
the background image should continue to be displayed all the way down the page
Reporter | ||
Comment 2•13 years ago
|
||
fwiw, not a problem on a mac lion 10.7.1 with firefox 7.0
Bug 671302? See also bug 685174
I can see the bug, still in FF10.
It is possibly a dupe of one of them.
Depends on: pixman-coord
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
No longer depends on: pixman-coord
You need to log in
before you can comment on or make changes to this bug.
Description
•