Closed
Bug 243560
Opened 21 years ago
Closed 21 years ago
{inc}fixed-layout tables break badly when first reflow has only some col elements
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
When a fixed-layout table loads such that some of the col elements arrive in one
chunk and the rest arrive in the next, it ends up badly mangled.
Steps to reproduce:
* compare testcase without <script>document.offsetHeight</script> and testcase
without
Expected results:
* testcase with script should look like testcase without
Actual results:
* looks very different
This is partly simplified from an excel-generated table that is attachment
148457 and may be the underlying cause of bug 101013. I didn't feel the need to
fully simplify the testcase because I think this is sufficient to understand the
bug.
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
this has been fixed by the checkin for bug 248474 The testcase and the url work
with winxp 2004090507
You need to log in
before you can comment on or make changes to this bug.
Description
•