Closed
Bug 13169
Opened 26 years ago
Closed 26 years ago
Rowspan problem, when cellspacing=0
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: hyp-x, Assigned: karnaze)
Details
(Keywords: testcase, Whiteboard: [TESTCASE])
Attachments
(1 file)
|
542 bytes,
text/html
|
Details |
Version:
1999-09-04-09 apprunner on Win98
Description:
Bad layout is produced for the following table when cellspacing=0
Rowspanned cells aren't "overlapping".
+-------+-------+ +-------+-------+
| | | | | |
| | | | | |
+-------+-------+ +-------+ |
| | | | | |
| | | | +-------+
+-------+-------+ +-------+-------+
Actual result Expected result
Regression:
This doesn't happend in Nav4 or IE4
---
<table cellspacing=0 border=3>
<tr>
<td></td><td rowspan=2><img src="http://bugzilla.mozilla.org/ant.jpg"></td>
</tr><tr>
<td rowspan=2><img src="http://bugzilla.mozilla.org/ant.jpg"></td>
</tr><tr>
<td></td>
</tr>
</table>
---
I'm attaching as a testcase, with both 0 and 1 cellspacing.
| Reporter | ||
Updated•26 years ago
|
Whiteboard: [TESTCASE]
| Reporter | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M15
Comment 2•26 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
| Assignee | ||
Comment 3•26 years ago
|
||
I think this was fixed a few weeks ago.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•