Bug 36104

Summary: Provide a method to compute the absolute content box for a column and column group
Product: WebKit Reporter: Daniel Bates <dbates>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Daniel Bates
Reported 2010-03-14 20:32:57 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.