Closed
Bug 298883
Opened 20 years ago
Closed 19 years ago
{inc}Page sometimes not correctly rendered during initial load, okay after reload
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sb, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: [reflow-refactor])
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
In the page at http://www.sebastian-bergmann.de/de/photos.php, the thumbnails
are sometimes not correctly aligned after the initial loading of the page.
Reloading the page solves problem and shows the thumbnails correctly aligned.
Reproducible: Always
Steps to Reproduce:
1. Open http://www.sebastian-bergmann.de/de/photos.php
Actual Results:
Thumbnails not correctly aligned (see screenshot).
Expected Results:
Thumbnails correctly aligned (see screenshot).
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
I can't get the same result of screenshot 2, whether I load and reload it in
1.0.4 or in Deerpark/trunk.
The free Nvu editor will show you how it is constructed and then it's easy to
correct it. That way it will look fine in every browser.
http://www.nvu.com/
Comment 4•20 years ago
|
||
Please test with a nightly trunk build to see if you still get the problem:
http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/
| Reporter | ||
Comment 5•20 years ago
|
||
@3: Do you mean to say that the HTML is wrong and that causes the rendering
error? According to the W3C Validator the document in question is "Valid XHTML
1.0 Transitional".
| Reporter | ||
Comment 6•20 years ago
|
||
@4: Same problem with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2)
Gecko/20050630 Firefox/1.0+.
Comment 7•20 years ago
|
||
This testcase uses the js hack to trigger the bug.
Comment 8•20 years ago
|
||
Ria, could you cc yourself to every bug in which you comment/contribute? That
would improve communication.
Status: UNCONFIRMED → NEW
Component: General → Layout: Tables
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → Trunk
Updated•20 years ago
|
Summary: Page sometimes not correctly rendered during initial load, okay after reload → {inc}Page sometimes not correctly rendered during initial load, okay after reload
Whiteboard: [reflow-refactor]
I think thats the incremenetal reflow float maximumwidth bug 312099 or bug 246669
Comment 10•19 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
Comment 11•19 years ago
|
||
Weirdness observed with:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch)
(Testcase shows three vertically stacked boxed, and beneath, three horizontally aligned boxes)
No weirdness observed with:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
(Testcase shows three horizontally aligned boxes, and underneath that three more horizontally aligned boxes)
-->RESOLVED FIXED
Comment 12•19 years ago
|
||
Adding in-testsuite? nomination per bz's request in m.d.t.l. Sorry for the bugspam.
Flags: in-testsuite?
Updated•13 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•