Closed
Bug 889
Opened 26 years ago
Closed 26 years ago
parser not handling illegal content within table
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: buster, Assigned: harishd)
References
()
Details
"front" and "back" content is lost. Third cell is placed after the table as a
second table with a single cell.
---------------- test case ----------------
<TABLE border="2">
front
<TR>
<TD>
<TABLE border="2">
<TR><TD>1</TD></TR>
<P></P>
</TABLE>
<TABLE border="2">
<TR><TD>2</TD></TR>
</TABLE>
</TD>
<TD>
Lorem<BR>ipsum<BR>dolor
</TD>
</TR>
back
</TABLE>
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
I've a fix for handling bad-contents in table. Will check it in soon after I
clear some memory leaks. Reassigning the bug to myself and adding rickg to the
CC list.
Have a fix for handling illegal contents in table. However, I got to do a lot
more testing that would not be possible within the M4 time frame. So, moving
the milestone to M5.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Checked in fix to handle illegal-contents within tables.
Marking the bug fixed.
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 6•26 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Verified Fixt in build 1999-05-25-17-M6 on WinNT and Win98
You need to log in
before you can comment on or make changes to this bug.
Description
•