[Webkit-unassigned] [Bug 106397] New: Don't inflate all local bounding boxes by the maximal outline size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 16:24:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106397

           Summary: Don't inflate all local bounding boxes by the maximal
                    outline size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mvujovic at adobe.com
                CC: simon.fraser at apple.com, achicu at adobe.com


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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list