Closed Bug 1800 Opened 26 years ago Closed 26 years ago

Error in rendering nesting tables

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jiri.amler, Assigned: buster)

References

Details

The NGLayout doesn't render nested tables properly, even the simpliest ones:

<table border>
<tr><td>
cell of outer table
</td></tr>
<tr><td>
	<table border>
	<tr><td> cell of nested table</td></tr>
	</table>
</tr></td>
</table>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Rick's latest parser changes have been backed out, so nested tables work again.
*** Bug 1817 has been marked as a duplicate of this bug. ***
Status: RESOLVED → VERIFIED
QA Contact: 4144
Fixed in Feb 5 Build.
You need to log in before you can comment on or make changes to this bug.