[Webkit-unassigned] [Bug 81826] New: REGRESSION(107971): old Google voice is broken in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 12:29:26 PDT 2012


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

           Summary: REGRESSION(107971): old Google voice is broken in
                    WebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: ojan at chromium.org


r107971 made an unneeded change to the way we allocate extra logical height in WebKit. I thought this change was neutral (from the ChangeLog):

This is neither a progression nor a regression. We are not doing the right
thing as we don't distribute the extra logical height evenly over our sections.
Now we give the extra height to the <thead> (first section) instead of the <tbody>.

But it looks like some web content was relying on our broken behavior. The real fix would be to fix our super broken extra logical height distribution algorithm which is tracked by bug 81824.

Downstream: http://code.google.com/p/chromium/issues/detail?id=114939

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