Bug 106397
Summary: | Don't inflate all local bounding boxes by the maximal outline size | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Vujovic <mvujovic> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achicu, ahmad.saleem792, ap, bfulgham, rniwa, simon.fraser, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Max Vujovic
In RenderLayer::localBoundingBox, we inflate the bounds based on the maximum CSS outline size seen on the page. The maximal outline size is stored on RenderView, where there is a FIXME that sums it up:
// FIXME: This is ugly; it would be nice to have a better way to do this.
void RenderView::setMaximalOutlineSize(int o)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
rdar://problem/13699130
Ahmad Saleem
This was added in the past but removed in this commit:
https://github.com/WebKit/WebKit/commit/5b52c6c0f8213264aeed5d8898110430f72273a7
Line 857 - Source/WebCore/rendering/RenderView.cpp
Is this needed anymore?
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 153299 ***