Closed
Bug 671
Opened 26 years ago
Closed 26 years ago
layout incorrect in tables with 1 row and cells with colspans
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
colspans in tables with only a single row are meaningless. However, they are
not consistently treated that way in the table code. The table frame code must
be careful to check if there is only a single row and do the right thing with
colspans when building the cell map, fluffing out column frames, etc.
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Unknown → HTMLTables
Resolution: --- → FIXED
colspans in tables with a single row are now treated correctly. they act as if
colspan=1 (ie, "effectiveColSpan"), but if a second row is inserted they act
appropriately.
based on comments and viewing home.netscape.com
with the 11/30 build on NT, i'm marking this verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•