Closed
Bug 3718
Opened 26 years ago
Closed 26 years ago
table missing content
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
M4
People
(Reporter: karnaze, Assigned: harishd)
References
()
Details
(Whiteboard: Clarification requested from harishd@netscape.com prior to verification)
The main table is missing the "Family Essentials" image. It is also not ending
as far down as in Nav4.5.
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M3
Reporter | ||
Comment 1•26 years ago
|
||
The "Family Essentials" image is inside a table but not inside a cell or row of
that table. Nav4.5 throws it outside the table and into the parent table, but
Gecko throws it away entirely. Below is a simplified test case which illustrates
the difference between Nav4.5 and Gecko.
<html><body>
<table border=3 cellspacing=0 cellpadding=0>
<tr>
<td>
<table border=1 cellspacing=0 cellpadding=0>
Family Essentials
<tr>
<td>foo</td></tr></table></td></tr></table>
</body></html>
Reporter | ||
Comment 2•26 years ago
|
||
The "Family Essentials" image is inside a table but not inside a cell or row of
that table. Nav4.5 throws it outside the table and into the parent table, but
Gecko throws it away entirely. Below is a simplified test case which illustrates
the difference between Nav4.5 and Gecko.
<html><body>
<table border=3 cellspacing=0 cellpadding=0>
<tr>
<td>
<table border=1 cellspacing=0 cellpadding=0>
Family Essentials
<tr>
<td>foo</td></tr></table></td></tr></table>
</body></html>
Hey there! Here's another "bad-content" bug for you. This will be an easy fix
when we get our new code in place.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Whiteboard: Clarification requested from harishd@netscape.com prior to verification
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
After corresponding with harishd@netscape.com and a conversation with rickg,
verifying this as duplicate of bug 1906.
You need to log in
before you can comment on or make changes to this bug.
Description
•