Closed
Bug 17168
Opened 26 years ago
Closed 26 years ago
Problem with width=% cells vs. colspanning
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hyp-x, Assigned: karnaze)
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
|
380 bytes,
text/html
|
Details |
Vestion tested:
1999102308 mozilla.exe on Win98
Description:
Look @ the testcase in the attachment.
It features two tables.
The first one has a colspanned cell with width=50%
and one of the cells below it has width=25%
The colspanned cells is too wide (gets around 75%).
The table should look similiar to the second table,
(which is rendered correcly).
Regression:
mozilla - 1st table is ok, 2nd table is right
IE4 - both table is right
Nav4 - both table is wrong (!!!)
Remark:
I found this one while making more complicated testcases for bug 5799 ,
but this is not an auto-width-table issue.
If you remove the width= attribute of the table, the table gets the right
width, only the division of space between the cells is what gets wrong.
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Updated•26 years ago
|
Whiteboard: [TESTCASE]
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Fixed width 11/5 checkins.
Comment 3•25 years ago
|
||
Using 7/20 build with testcase, verified bug fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•