[Webkit-unassigned] [Bug 14274] New: Right border missing from table with colspan and collapsing border

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 00:21:45 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14274

           Summary: Right border missing from table with colspan and
                    collapsing border
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Michael.Wybrow at infotech.monash.edu.au


This bug was noticed in Safari 3 beta and is also present in WebKit nightly
r23682.

The problem occurs for a table element with a border that is using the
collapsing border model.
If the number of columns in the table is determined by a single td element in
each row, each with the same colspan attribute of a value greater than 3, then
the right border on the table does not show up.  For example if the table
contents were:
<tr><td colspan="3">Cell one</td></tr>
<tr><td colspan="3">Cell two</td></tr>

Incidently, if colspan is 2 on both those lines instead, then it displays
correctly.


-- 
Configure bugmail: http://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