[Webkit-unassigned] [Bug 23348] New: table cell borders displayed when style="border:none" if other cells in the same row have style="border:solid black 1px"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 15 06:10:40 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23348

           Summary: table cell borders displayed when style="border:none" if
                    other cells in the same row have style="border:solid
                    black 1px"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: stephen.anders at culpepper.com


Identified b/c I have a long table that I make look like separate tables by
inserting "spacer" rows and setting colors/borders.  HTML included below
displays correctly in IE 7.0 and FF 3.0.5, incorrectly in Chrome 1.0 and Safari
3.1 (also incorrect in the nightly build r39891).

<html>
<head>
<title>Border Test</title>
</head>
<body>
<div style="background-color:silver; width:100%; border:solid black 1pt;
text-align:center;">
<br>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="50%"
style="background-color:WhiteSmoke; border-collapse:collapse; border:none;">
<tr>
<td colspan="3" style="border:none;"> </td>
</tr>
<tr>
<td style="border:solid black 1pt; width:33%; background-color:white;">cell
1</td>
<td style="border:solid black 1pt; width:33%; background-color:white;">cell
2</td>
<td style="border:none; width:33%;"> </td>
</tr>
<tr>
<td colspan="3" style="border:none;"> </td>
</tr>
<tr>
<td style="border:solid black 1pt; width:33%; background-color:white;">cell
3</td>
<td style="border:solid black 1pt; width:33%; background-color:white;">cell
4</td>
<td style="border:none; width:33%;"> </td>
</tr>
<tr>
<td colspan="3" style="border:none;"> </td>
</tr>
</table>
<br>
</div>
</body>
</html>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list