[Webkit-unassigned] [Bug 99861] New: RenderTableCol::computePreferredLogicalWidths should never be called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 11:58:19 PDT 2012


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

           Summary: RenderTableCol::computePreferredLogicalWidths should
                    never be called
           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: bdakin at apple.com, tony at chromium.org,
                    ojan at chromium.org, robert at webkit.org


<col> and <colgroup> don't really have the concept of preferred logical widths as they have no content. We use their styling information to size the cell's logical width.

There are several (forceful) calls to RenderTableCol::computePreferredLogicalWidths in the code because we need to propagate any preferred logical widths dirtying to the table but that's just artificial.

Forwarding any layout hint to the table would remove some clunky code inside table. Patch forthcoming.

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