Closed
Bug 5069
Opened 26 years ago
Closed 26 years ago
TD ROWSPAN miscalculates lower boundary for CELLSPACING > 0
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: 3jrgm, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Not to add to the list, but I haven't seen this explicity stated under any
other bug reports (although it could well affect other rowspan-related bugs0.
<html><body>
<table border cellpadding=0 cellspacing=15>
<tr>
<td rowspan=2>1,1</td>
<td>1,2</td>
</tr>
<tr>
<td>2,2</td>
</tr>
</table>
</body></html>
For Apr 9 & 11 viewer.exe Win95 opt, this simple case results
in the lower boundary of the 1,1 ROWSPAN cell extending lower than it
should. i.e., it appears to add (rather than subtract) the cellspacing
to it's base boundary. The cellspacing=15 simply makes this
error more visible; it exaggerates the error; it occurs for cellspacing > 0,
but it is only faintly noticeable at cellspacing ~ 1. It occurs in other uses of
(ROWSPAN > 1), but this is the base case.
Reporter | ||
Comment 1•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified this bug a duplicate of #2267 in regards to the rowspan problem.
You need to log in
before you can comment on or make changes to this bug.
Description
•