Closed
Bug 265855
Opened 20 years ago
Closed 20 years ago
wrong rendering div css solved by refresh
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 175364
People
(Reporter: rob.mozilla, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 When loading one of the pages on this website, the content of the footer is show half way the webpage. After a refresh, the footer is shown correctly. Reproducible: Always Steps to Reproduce: 1. Load not cached webpage 2. Refresh to solve format problem Actual Results: 1. When the non cached page is loaded, the content of the footer is show half way the webpage. 2. After the refresh, the content of the footer is shown at the bottom. Expected Results: The div-containing the footer information should be formatted correctly when the page is loaded the first time.
Comment 1•20 years ago
|
||
worksforme: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041024 Firefox/1.0 Please test with a nightly branch build before filing bugs: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-0.9/
| Reporter | ||
Comment 2•20 years ago
|
||
Problem still exists overhere, even with the nightly branch build. Showing problem when loaded the first time: http://www.romiadvies.nl/vb01/grab/moz-bug-first-load-not-cached.gif And after a refresh it looks like it was ment to be: http://www.romiadvies.nl/vb01/grab/moz-bug-after-refresh.gif
Comment 3•20 years ago
|
||
I think this is a Dup of Bug 175364.
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 175364 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 5•20 years ago
|
||
If you're not sure it's a dup, please don't mark it duplicate...
Comment 6•20 years ago
|
||
I'm very sure that it is a dup of Bug 175364. Sorry - I should have provided my reasons why. I don't see the bug in the url provided, but I do see it on http://www.romiadvies.nl/vb01/route.html (which is the page the the reporter is viewing in he's screen shots.) .company and .copyright (elements of the footer) are both position: absolute; (line 208 and 217 of http://www.romiadvies.nl/vb01/layout/romiadvies.css) These elements appear after a div (#content-background) in the flow. That div has a img. When the img loads, the hight of #content-background changes, and .company and .copyright are not repositiond. *** This bug has been marked as a duplicate of 175364 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•