[Webkit-unassigned] [Bug 17139] New: tbody height not implimented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 09:46:47 PST 2008


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

           Summary: tbody height not implimented
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikel.walters at gmail.com
                CC: mikel.walters at gmail.com


tbody works as it should in firefox... IE works but now how expected

tbody.myCss
{
  height: 100px;
}

This should result in the tbody (including all subsequent rows together) to be
100px.

IE does not impliment this correctly and results in every subsequent row height
= 100px. Very bad.

Correct result exampel:
tbody = 100px
row1 = 25px
row2 = 50px
row3 = 75px


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