[Webkit-unassigned] [Bug 36104] New: Provide a method to compute the absolute content box for a column and column group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 14 20:32:57 PDT 2010


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

           Summary: Provide a method to compute the absolute content box
                    for a column and column group
           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: dbates at webkit.org


We should implement equivalent functionality to RenderBox::absoluteContentBox
for columns and column group elements (i.e. RenderTableCol). By implementing
this or a similar method we can resolve other bugs that depend on knowing the
dimensions of a column or column group, including bug #15277.

Note, we seem to be calculating some or all of the dimensions of columns/column
groups in various parts of AutoTableLayout and FixedTableLayout, but do not
expose this data.

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