Open
Bug 46254
Opened 24 years ago
Updated 2 years ago
Some cells appear to be too narrow allowing background to leak through
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: asp, Unassigned)
Details
(Keywords: testcase, Whiteboard: [awd:tbl])
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m17) Gecko/20000718
BuildID: 2000071810
Vertical lines appear in at different places at cell boundries where they should
not at some table diminsions. EMail for full HTML
Reproducible: Always
Steps to Reproduce:
1.Load HTML
2.Look at table
3.Resize window
Actual Results: The lines appear (and disapear if you move to other
diminisions) as you resize the table
<table border="0" cellspacing="0" cellpadding="2" bgcolor="#000000"
width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="0"
width="100%" bgcolor="#FFFFFF">
<tr>
<th rowspan="2" valign=bottom align=left>Person</th>
<th width=1 bgcolor="#000000"></th><th colspan=3>CPU</th>
<th width=1 bgcolor="#000000"></th><th colspan=3>Monitor</th>
<th width=1 bgcolor="#000000"></th><th colspan=3>Laptop</th>
</tr>
<tr>
<th width=1></th>
<th valign=bottom align=left>98/99 </th>
<th valign=bottom align=left>99/00 </th>
<th valign=bottom align=left>00/01 </th>
<th width=1></th>
<th valign=bottom align=left>98/99 </th>
<th valign=bottom align=left>99/00 </th>
<th valign=bottom align=left>00/01 </th>
<th width=1></th>
<th valign=bottom align=left>98/99 </th>
<th valign=bottom align=left>99/00 </th>
<th valign=bottom align=left>00/01 </th>
</tr>
<tr><th height=1 bgcolor="#000000"></th></tr>
<tr bgcolor="#FFFFFF">
<td valign=top><tt>Legge, William</tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt>A249074</tt></td>
<td><tt> </tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
</tr>
<tr bgcolor="#E7E7E7">
<td valign=top><tt>Neary, Elaine</tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt>A249076</tt></td>
<td><tt> </tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
<td><tt> </tt></td>
<td width=1 bgcolor="#000000"></td>
<td><tt> </tt></td>
<td><tt>A272023</tt></td>
<td><tt> </tt></td>
</tr>
</table></td></tr></table>
Created a testcase.
There's weirdness on Win NT Build 2000072520.
This may be due to the ugliness of the HTML.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
QA Contact: desale → chrisd
Reporter | ||
Comment 3•24 years ago
|
||
I'd like to point out that I experienced the same behaviour in Linux 2 weeks
ago.
Reporter | ||
Comment 4•24 years ago
|
||
I've noticed this also happen horizontially
I can't wait till I can stop developing around Netscape's bugs :)
Reporter | ||
Comment 5•24 years ago
|
||
I modified the testcase of bug 32998 to have bgcolors and an extra table, and it
appears to be a duplicate, or atleast related.
Reporter | ||
Comment 6•24 years ago
|
||
This bug looks almost fixed on the recent nightlys...
The cellspacing on the right changes size now... Not as annoying as random
lines! :)
Comment 7•24 years ago
|
||
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.1
Comment 11•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
QA Contact: amar → madhur
Target Milestone: mozilla1.1alpha → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 12•16 years ago
|
||
Mats do you remember what this bug is about it looks like wfm to me.
Updated•15 years ago
|
Assignee: layout.tables → nobody
QA Contact: madhur → layout.tables
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•