[Webkit-unassigned] [Bug 13339] New: Padding on TDs not used when determining column widths in table-layout:fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 05:45:45 PDT 2007


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

           Summary: Padding on TDs not used when determining column widths
                    in table-layout:fixed
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nicholas at oxhoej.dk


If I have horizontal padding on TD's (eg. "td {padding: 0 25px;}"), this
padding is apparently ignored when determining column widths in a table with
"table-layout: fixed".

If a td has "width: 5px" that column will be 5px wide total (instead of the
correct 55px wide - including padding) even though the contents of the column
ARE displaced correctly by the 25px padding - and thus overflows into the next
columns.


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