Bug 36104 - Provide a method to compute the absolute content box for a column and column group
Summary: Provide a method to compute the absolute content box for a column and column ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-14 20:32 PDT by Daniel Bates
Modified: 2010-03-14 20:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 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.