[webkit-reviews] review requested: [Bug 42815] getBoundingClientRect Broken for SVG Elements : [Attachment 66167] Fix and layout test, take 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 22:15:14 PDT 2010


Cosmin Truta <ctruta at chromium.org> has asked  for review:
Bug 42815: getBoundingClientRect Broken for SVG Elements
https://bugs.webkit.org/show_bug.cgi?id=42815

Attachment 66167: Fix and layout test, take 2
https://bugs.webkit.org/attachment.cgi?id=66167&action=review

------- Additional Comments from Cosmin Truta <ctruta at chromium.org>
As mentioned in the previous comment, it is not sufficient to just call
getBBox(). It is also necessary to go through the rest of the function's
calculations, in order to obtain the correct result. I am now stretching the
rectangle in the layout test, to ensure that the necessary calculations are
performed.
Upon this submission, the values displayed in Chromium/TestShell are consistent
with those displayed in Firefox.


More information about the webkit-reviews mailing list