Closed
Bug 262771
Opened 20 years ago
Closed 20 years ago
clear=left ignored during incremental reflow
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ajschult784, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
1016 bytes,
text/html
|
Details |
With linux trunk 2004100305, the "Other Editions" table at the URL slides up
next to a left float (table for the book image) after the page loads even though
it comes after a <br clear=left>. The window needs to be sufficiently wide that
the text "Want it delivered..." wraps after the page is loaded, but not during
page load (the onload handler adds some text to the line).
This regressed between linux trunk 2004082505 and 2004082605.
Reporter | ||
Comment 1•20 years ago
|
||
with linux trunk 2004100305, the table with the "foo" link in it is displayed
to the right of the left float (red). Resize the window such that "checkout"
is on its own line.
Comment 2•20 years ago
|
||
This might be affected by your recent work, roc.
Comment 3•20 years ago
|
||
For windows, the regressions seems a day earlier.
The testcase works in:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040824
buildID: 2004082407
But it doesn't work in:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040825
buildID: 2004082408
So the checkin which causes this bug is probably at 2004-08-25 between 5am and 9am:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2004-08-25+05%3A00%3A00&maxdate=2004-08-25+09%3A00%3A00&cvsroot=%2Fcvsroot
Reporter | ||
Comment 4•20 years ago
|
||
thanks Martijn
FYI: amazon.com already changed the JS to fire during page load, so this bug is
no longer visible at the URL.
Comment 5•20 years ago
|
||
My debug build has the patch ("diff -w") from bug 209694. It seems to fix this bug.
Depends on: 209694
Comment 6•20 years ago
|
||
Fixed by bug 209694
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•