Closed
Bug 4654
Opened 26 years ago
Closed 26 years ago
Incorrect handling of missing <TD> elements & spans
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M10
People
(Reporter: hyp-x, Assigned: karnaze)
Details
(Whiteboard: [TESTCASE] See my figure and explanation)
Attachments
(2 files)
The following table is rendered incorrecly.
If you put <td></td> where the comment is, than it's OK.
I've checked M3 and 99-04-06 nightly.
-----------------
<table border>
<tr>
<td colspan=2>cell1</td>
<td rowspan=2>cell2</td>
<tr>
<td rowspan=2>cell3</td>
<!-- leaving out the last(!) cell in the row <td></td> -->
<tr>
<td colspan=2>cell2</td>
</table>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M7.
Assignee | ||
Comment 2•26 years ago
|
||
Moving to M9.
Reporter | ||
Comment 3•26 years ago
|
||
Reporter | ||
Updated•26 years ago
|
Whiteboard: [TESTCASE] See my figure and explanation
Reporter | ||
Comment 4•26 years ago
|
||
I created the attachment not to simplify the testcase, but to make it more
clear. I removed the html comment and created two tables the first one is the
one that is laid out incorrectly, the second one is there for reference.
The table structure looks like:
+-----------+-----+
|cell1 |cell2|
| | |
+-----+-----+ |
|cell3| MID | |
| | CELL| |
| +-----+-----+
| |cell4 |
| | |
+-----+-----------+
Notice that while the "MID CELL" is not the last cell in it's row,
but in practice it is, because "cell2" is specified in the first row.
So the "MID CELL" can be left out of the table source.
That's what causing the error.
Looks like "cell4" is somehow put in the second row instead of the third.
Reporter | ||
Comment 5•26 years ago
|
||
Reporter | ||
Comment 6•26 years ago
|
||
Looks much better with the 1999-07-31-08 build.
Cell 4 is a little bit up to the place it should be,
but it might be a different bug.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 7•26 years ago
|
||
Moving to m10
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 8•26 years ago
|
||
It now works in 1999-08-24-09-M10 apprunner (win98)
Marking WORKSFORME
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
Verifying WORKSFORME per reporter's comments
You need to log in
before you can comment on or make changes to this bug.
Description
•