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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M7
Fixed with latest checkin.
Status: RESOLVED → VERIFIED
Using 6/14 Apprunner, verified bug fixed.
You need to log in before you can comment on or make changes to this bug.