[Webkit-unassigned] [Bug 23378] New: table incorrectly draws border after <td colspan=2>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 01:47:07 PST 2009


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

           Summary: table incorrectly draws border after <td colspan=2>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bill at dojotoolkit.org


Webkit and safari are drawing a border between the second and third <td> in
this example:

<table style="border:1px solid #7EABCD;border-collapse:collapse;">
            <tbody>
                     <tr>
                              <td></td>
                              <td colspan="2">one</td>
                              <td>  </td>
                    </tr>
           </tbody>
</table>

Can also be seen in the drop down menus from the menu bar in
http://archive.dojotoolkit.org/dojo-2009-01-16/dojotoolkit/dijit/tests/test_Menu.html

In order to reproduce this bug, it has to meet the following: 
1. border-collapse is set to collapse 
2. a td with colspan=2
3. there is a td before the colspan=2 td


-- 
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