Closed
Bug 6933
Opened 26 years ago
Closed 26 years ago
cells with row spans get clipped when there is cell spacing
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: karnaze, Assigned: karnaze)
Details
The image in the following gets clipped because cell spacing is not figured in
the row height calculations.
<html>
<body>
<BR><BR>
<table border=1 cellspacing=20 bgcolor=red>
<TR>
<TD>Cell</TD>
<TD ROWSPAN=2>
<img src=raptor.jpg width=100 height=200>
</TD></TR>
<TR>
<TD>Cell</TD></TR>
</table>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
Fixed with latest checkin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Using 6/14 Apprunner, verified bug fixed.
URL: see test case
You need to log in
before you can comment on or make changes to this bug.
Description
•