[Webkit-unassigned] [Bug 157577] getBoundingClientRect should use the first rect if all rects are empty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 13:05:20 PDT 2022


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

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

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

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
Safari 15.6 results following:

log: object "[object DOMRect]" (9 props: x=16, y=8, width=0, height=18...)

Firefox Nightly 105:

log: object "[object DOMRect]" (9 props: x=16, y=9.600006103515625, width=0, height=16...)

Chrome Canary 106:

log: object "[object DOMRect]" (9 props: x=16, y=8, width=0, height=18.5...)
r

_____________

I think this can be marked as "RESOLVED CONFIGURATION CHANGED", since now Safari does not show [0] etc. in the attached test case and work as other browsers (with slight differences). 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/20220728/98243d2d/attachment-0001.htm>


More information about the webkit-unassigned mailing list