Closed
Bug 163295
Opened 22 years ago
Closed 22 years ago
certain sides of borders missing in complex tables which are aligned to center
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: roadlesstravelled, Assigned: karnaze)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
In tables embeded within tables each with a borders, the right, left, top, or
bottom borders individually are often found missing for no reason whatsoever.
This seems to occur usually when the third table is embeded within two other
tables. It radomly causes missing border sides in sometimes more than one of the
tables on the page. Also the problem seems to dissapear if you change the align
property for the table to something other than "center"
Reproducible: Always
Steps to Reproduce:
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"
style="border: .05em solid #000000;">
<tr>
<td><p>Table 1</p>
<table width="90%" border="0" align="center" cellpadding="0"
cellspacing="0" style="border: .05em solid #000000;">
<tr>
<td><p>Table 2</p>
<table width="90%" border="0" align="center" cellpadding="0"
cellspacing="0" style="border: .05em solid #000000;">
<tr>
<td><p>Table 3</p></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Actual Results:
missing the top border in the tabled labeled "table 3"
Expected Results:
not missing top border in table labeled table 3 :-)
mozilla rules! keep up the good work guys!
Comment 1•22 years ago
|
||
This seems to be working fine with the latest trunk build: 2002-09-04-08
on WIN2k. Marking wfm.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•