Closed
Bug 364989
Opened 19 years ago
Closed 18 years ago
if the table that has "table-layout: fixed;" is a child of table-cell, the layout is broken
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: dholbert)
References
()
Details
(Keywords: regression)
Attachments
(3 files, 1 obsolete file)
|
1.19 KB,
text/html
|
Details | |
|
431 bytes,
text/html
|
Details | |
|
2.12 KB,
patch
|
Details | Diff | Splinter Review |
I think that this is a regression of reflow refactoring.
The page is boken by the table-layout:fixed;
I'll attach a simple testcase.
# I found a similar report that is bug 356518. But I cannot reproduce the same issue in the attached testcase.
| Reporter | ||
Comment 1•19 years ago
|
||
If the fixed table is not child of the table cell, I cannot reproduce this bug.
And If the width of the cells of the fixed table is specified the length (excluding percentage), I cannot reproduce this bug too.
Blocks: reflow-refactor
Updated•18 years ago
|
Flags: blocking1.9?
Flags: blocking1.9? → blocking1.9+
Assignee: nobody → dbaron
| Assignee | ||
Comment 2•18 years ago
|
||
| Assignee | ||
Comment 3•18 years ago
|
||
Attachment #278848 -
Attachment is obsolete: true
| Assignee | ||
Updated•18 years ago
|
Assignee: dbaron → dholbert
OS: Windows XP → All
| Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•18 years ago
|
||
I posted an nscoord_MAX-checking patch on bug 367673, and it covers this bug as
well.
| Assignee | ||
Comment 5•18 years ago
|
||
Fixed by checkin for bug 367673.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
| Assignee | ||
Comment 6•18 years ago
|
||
| Assignee | ||
Comment 7•16 years ago
|
||
Pushed reftest to m-c: http://hg.mozilla.org/mozilla-central/rev/c7a46c19c36a
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•