[Webkit-unassigned] [Bug 138033] Safari 8: REGRESSION: getBoundingClientRect on elements inside an SVG with non-default viewBox returns incorrect values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 11:15:38 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #5 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to reproduce this bug in Safari 15.6.1 on macOS 12.5.1 using attached test case and it shows following compared to other browsers:

*** Safari 15.6.1 on macOS 12.5.1 ***

rectangle in zoomed SVG has left =  – 61 (Negative for some reasons - Either I am confusing UI or it is negative)
rectangle in normal SVG has left =  – 111 (Negative for some reasons - Either I am confusing UI or it is negative)

*** Chrome Canary 107 & Firefox Nightly 106 ***

rectangle in zoomed SVG has left =  61
rectangle in normal SVG has left =  111

_______

Just wanted to share updated results. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220903/036f91cc/attachment.htm>


More information about the webkit-unassigned mailing list