[Webkit-unassigned] [Bug 37244] New: thead in table without tbody causes table height doubling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 18:27:16 PDT 2010


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

           Summary: thead in table without tbody causes table height
                    doubling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at gmail.com


When thead is used in a table without a tbody the height of the table will be
doubled.

Particularly weird is that if the height is below a certain amount the table
height is not doubled. For instance if height: 23px is used the problem does
not appear, but if height: 24px it does. The specific height that causes it to
first appear is different depending on the page.

Adding a tbody to the table fixes the problem and it renders as expected.

Using tbody { display: table-row-group; } fixes this problem, though I'm not
sure if there's other side effects of that change.

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