Bug 150516 - Avoid SVG-induced layouts inside Element::absoluteEventBounds()
Summary: Avoid SVG-induced layouts inside Element::absoluteEventBounds()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-23 16:01 PDT by Simon Fraser (smfr)
Modified: 2015-10-23 17:53 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.88 KB, patch)
2015-10-23 16:03 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (1.88 KB, patch)
2015-10-23 16:58 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-10-23 16:01:34 PDT
Avoid SVG-induced layouts inside Element::absoluteEventBounds()
Comment 1 Simon Fraser (smfr) 2015-10-23 16:03:02 PDT
Created attachment 263953 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-10-23 16:03:55 PDT
rdar://problem/22718041
Comment 3 zalan 2015-10-23 16:57:42 PDT
Comment on attachment 263953 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=263953&action=review

> Source/WebCore/ChangeLog:10
> +        Element::absoluteEventBounds() was calling SVGElement::getBoundingBo() in a way

svgElement.getBoundingBox()
Comment 4 Simon Fraser (smfr) 2015-10-23 16:58:08 PDT
Created attachment 263960 [details]
Patch
Comment 5 WebKit Commit Bot 2015-10-23 17:53:24 PDT
Comment on attachment 263960 [details]
Patch

Clearing flags on attachment: 263960

Committed r191525: <http://trac.webkit.org/changeset/191525>
Comment 6 WebKit Commit Bot 2015-10-23 17:53:28 PDT
All reviewed patches have been landed.  Closing bug.