Make the absolutePosition method multi-column aware. Note that there...
Make the absolutePosition method multi-column aware. Note that there is now a real problem with the absoluteRects method, since an object can split across multiple columns and break into multiple rects. absolutePosition just returns the top-left corner of the element's box in the first column in which it appears. Reviewed by bdash * rendering/RenderBlock.cpp: (WebCore::RenderBlock::adjustRectForColumns): * rendering/RenderBlock.h: * rendering/RenderBox.cpp: (WebCore::RenderBox::absolutePosition): (WebCore::RenderBox::computeAbsoluteRepaintRect): * rendering/RenderFlow.cpp: (WebCore::RenderFlow::getAbsoluteRepaintRect): git-svn-id: svn://svn.chromium.org/blink/trunk@18734 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment