[Webkit-unassigned] [Bug 69425] New: Height of table cell ignores padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 07:46:05 PDT 2011


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

           Summary: Height of table cell ignores padding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nickshanks at nickshanks.com


Created an attachment (id=109791)
 --> (https://bugs.webkit.org/attachment.cgi?id=109791&action=review)
reduced test case

The height of a table cell with both a height and vertical padding is calculated incorrectly, adding the two together instead of just using the height (cells are always border-box). Changing the box-sizing property or setting a max-height has no effect.

This is unrelated to bug #13339, bug #18565 or bug #37685 all of which relate to widths of cells in fixed layout tables.

In Aurora 9 and Opera Next 12, both tables in the attached test case are 100px high. In WebKit Nightlies and Chrome Canary it is 152px high.

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