WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
36104
Provide a method to compute the absolute content box for a column and column group
https://bugs.webkit.org/show_bug.cgi?id=36104
Summary
Provide a method to compute the absolute content box for a column and column ...
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug