Closed
Bug 101201
Opened 24 years ago
Closed 24 years ago
table cell +dom + min width + border width issue
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: karnaze)
Details
(Keywords: testcase)
Attachments
(2 files)
When placing via DOM a content in a cell which will extend the size of the
table, the size of the table does not take into account the border width of the
cell. Looks like a reflow problem, because when the content is initially placed
in the cell we handle this fine.
It looks like the row doesn't see the updated width 900 -> 780
Block 00C08E28 d=720,285
Cell 00C08DCC d=900,465
Row 00C08BCC d=780,465
RowG 00C08A4C d=780,465
Tbl 00C0885C d=810,525
Tbl 025284C4 d=810,525
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•