[Webkit-unassigned] [Bug 85256] New: Problem with column width in table with fixed layout, caption, and padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 20:42:12 PDT 2012


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

           Summary: Problem with column width in table with fixed layout,
                    caption, and padding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wsmith at auctionpay.com


Created an attachment (id=139576)
 --> (https://bugs.webkit.org/attachment.cgi?id=139576&action=review)
Example html showing the bug

The attached html file shows a problem with the column width of a table when the table is defined in the following circumstances:

- The table's width is set to more than the sum of the column widths
- The table's table-layout is "fixed"
- The td's have a padding set
- There is a caption tag

In the example, all of the tables should look identical. But, in the first table, the width of the columns is not correct.

If the caption tag is moved to the non-standard location after the tbody, then it works correctly.

Observed in Safari 5.1.5 and Chrome 18.  Works correctly in Firefox 12 and IE 9.

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



More information about the webkit-unassigned mailing list