Closed
Bug 89315
Opened 24 years ago
Closed 24 years ago
Table layout problems - cells not same height in row
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: jst, Assigned: karnaze)
References
()
Details
(Keywords: topembed, Whiteboard: checked in on trunk during m0.9.4)
Attachments
(2 files)
159.43 KB,
text/html
|
Details | |
7.33 KB,
patch
|
Details | Diff | Splinter Review |
Loading the above URL the layout of the table is incorrect below channel 37 on
the page.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
Its kind of wiered because when I opened the URL the page does not render the
table correctly, But when I opened it locally from my desktop its rendering it
correctly... Can some one explain why it is behaving like that.. I was trying to
minimise the testcase
I believe this is a incremental reflow problem, when loading over the net the
page is fed in chunks to the layout engine, causing incremental reflows, while
when locally loaded it is given unpartioned to the layout engine.
Comment 7•24 years ago
|
||
The same if you reload the page. Then everything is OK.
Assignee | ||
Comment 9•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Updated•24 years ago
|
Summary: Table layout problems → Table layout problems - cells not same height in row
Comment 10•24 years ago
|
||
r=alexsavulov (I hope this repairs some ohter similar bad effects while loading
pages - i observed a lot of them)
Assignee | ||
Comment 11•24 years ago
|
||
*** Bug 78096 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
sr=waterson
Assignee | ||
Comment 13•24 years ago
|
||
*** Bug 44217 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
may be this should be topembed????
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Comment 15•24 years ago
|
||
I applied the patch (some of it manually) to the m0.9.2 branch and it failed at
least one regression test (e.g. other/slashlogo.html), whereas it had passed
when I checked it onto the trunk. I'm not sure I want to track down what the
problem is, since I'm not sure how long the m0.9.2 branch will live and I
nominiated this topembed.
Assignee | ||
Updated•24 years ago
|
Whiteboard: checked in on trunk → checked in on trunk during m0.9.4
Assignee | ||
Comment 16•24 years ago
|
||
Marking fixed since it appears that m0.9.2 is irrelevant.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 17•24 years ago
|
||
The incremental refolw problem does not occur anymore when the page is loaded.
I checked on 2002010703 trunk build. Platform: WIN2K
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•