Bug 69305 - REGRESSION (r66599): -[DOMNode boundingBox] returns the zero rect for SVG elements
Summary: REGRESSION (r66599): -[DOMNode boundingBox] returns the zero rect for SVG ele...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-10-03 16:39 PDT by mitz
Modified: 2011-10-03 17:09 PDT (History)
2 users (show)

See Also:


Attachments
Patch (11.42 KB, patch)
2011-10-03 16:45 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-10-03 16:39:28 PDT
REGRESSION (r66599): -[DOMNode boundingBox] returns the zero rect for SVG elements
Comment 1 mitz 2011-10-03 16:39:51 PDT
<rdar://problem/9973489>
Comment 2 mitz 2011-10-03 16:45:42 PDT
Created attachment 109549 [details]
Patch
Comment 3 Simon Fraser (smfr) 2011-10-03 17:05:17 PDT
Comment on attachment 109549 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Test: svg/custom/boundingBox.html

It would be nice to see some text describing the gist of the change here.
Comment 4 mitz 2011-10-03 17:09:49 PDT
Fixed in <http://trac.webkit.org/r96558>.