Closed
Bug 1254
Opened 26 years ago
Closed 26 years ago
search button not inserted into content correctly
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: rickg)
References
()
Details
here's an old mailnote on this problem:
======================================================================
Subject:
Re: [Fwd: [Fwd: probably parser, maybe content sink bug]]
Date:
Mon, 27 Jul 1998 21:17:36 -0700
From:
rickg@netscape.com (Rick Gessner)
Organization:
Netscape Communications
To:
Steve Clark <buster@netscape.com> , Kipp Hickman
<kipp@netscape.com>
References:
1
Turns out that this bug is due to the fact that we're not yet "throwing" content
out of the table.
Kipp and I have discussed it, and I think we've agreed on an implementation.
But I know that I have not done my side of this work yet -- I'm not sure where
Kipp is.
Rick
Steve Clark wrote:
pay attention this time!
Subject: [Fwd: probably parser, maybe content sink bug]
Date: Sat, 25 Jul 1998 21:34:57 -0700
From: Steve Clark <buster@netscape.com>
To: Rick Gessner <rickg@netscape.com>,
Kipp Hickman <kipp@netscape.com>
for a real live test case of this problem, see www.search.com, notice that
"find a search" has been jettisoned from la table.
steve
Subject: probably parser, maybe content sink bug
Date: Sat, 25 Jul 1998 12:42:16 -0700
From: Steve Clark <buster@netscape.com>
To: Rick Gessner <rickg@netscape.com>,
Kipp Hickman <kipp@netscape.com>
test case:
<html><body>
<p>
<table border width=400>
<tr>
<td align=center valign=top width=100>w=100</td>
<td align=center valign=top width=100>w=100</td>
</tr>
<-- missing tr begin tag -->
<td>a</td>
<td>a</td>
</tr>
</table>
</body></html>
Notice there is a <tr> missing for the second row. Nav4 handles this fine,
putting the last two cells in the second row of the table. We throw
the two cells outside the first table into a second table.
Here's the weird part. Remove the initial <p> and we do the right thing.
Steve
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
claudius@netscape.com set as qa contact
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
VERIFIED fixed long ago but lets call it Seamonkey NT build99032912
Comment 3•26 years ago
|
||
tgrota@piro.net, was this bug reopened for some reason or just by accident?
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
this was reopened and resolved same day
marking verified, not seeing on builds for 1999072108
You need to log in
before you can comment on or make changes to this bug.
Description
•