Closed
Bug 299591
Opened 19 years ago
Closed 18 years ago
On first load, page layout not right, refresh results in page loading correctly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jamie, Unassigned)
References
()
Details
(Whiteboard: [reflow-refactor])
Attachments
(1 file)
|
182.89 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050630 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050630 Firefox/1.0+ In Firefox 1.04 and the latest Alpha of Deer Park, the page refrenced above shows up with the Div boxes layed out very unusually. As soon as you refresh the page, the all of the divs show up correctly. Note: Only some of the div areas with the product listings do it. Sometimes the top ones, sometimes further down. After refresh, the page is always laid out exactly as it should be. Reproducible: Always Steps to Reproduce: 1.Laod page. Note overlapping text and borders that are grouped together while the divs that the borders are for are in the right spot. 2. Refresh the page and note that everything is laid out the way it's supposed to. Deer Park Alpha is even worse than 1.04 for this Actual Results: The borders of the divs are on overlapping on on top of eachother while the divs that the borders are attached to are inthe right spot. After refresh the page is perfect. There is no javascript being executed. (I disabled all of the javascript on the page and got the same results) Expected Results: Should layout properly the first time, not after refresh. N/A
Comment 1•19 years ago
|
||
WFM. After a reload the site looks the same. Have you tried it with a clean profile? However W3C has some remarks: http://validator.w3.org/check?uri=http%3A//www.darwinproductions.net/Products/&charset=UTF-8&ss=1
| Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > WFM. After a reload the site looks the same. Have you tried it with a clean > profile? However W3C has some remarks: > http://validator.w3.org/check?uri=http%3A//www.darwinproductions.net/Products/&charset=UTF-8&ss=1 The errors that the validator are giving are all ASP.net related and have nothing to do with the problem. I tried it in a clean profile and it still happens. VERY occassionally it will display correctly the first time, but not often.
Comment 3•19 years ago
|
||
Can you please attach a screenshot of the issue? Or even better a small testcase.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
| Reporter | ||
Comment 4•19 years ago
|
||
This is a screen grab of the problem. If I hit Refresh now, the page will display correctly.
Comment 5•19 years ago
|
||
Can you reproduce this with a trunk build? http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/
| Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5) > Can you reproduce this with a trunk build? > http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/ Yes. Just downloaded it and on first visit to that page, it still does it. (about half-way down the page) (The same code draws all of the boxes, so there's nothing special about the one that is screwy. And the last one is also screwy too)
Updated•19 years ago
|
Whiteboard: [reflow-refactor]
Comment 7•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061208 Minefield/3.0a1 ID:2006120812 [cairo] Seems fixed by reflow branch landing
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Depends on: reflow-refactor
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•