[Webkit-unassigned] [Bug 24305] offsetLeft and offsetTop wrong when position of parent node is not static
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 28 12:39:18 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=24305
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #9 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am unable to reproduce this bug using attached "Modified..." and all browsers (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6 on macOS 12.5) shows following:
CSS property 'position' of <p> element: static
offsetLeft of <span> element: 35
offsetTop of <span> element: 25
Changing CSS property 'position' ...
CSS property 'position' of <p> element: relative
offsetLeft of <span> element: 20 (should be 35)
offsetTop of <span> element: 10 (should be 25)
____
Since all browsers are showing same, do we need to do something more? 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/a06d4efa/attachment-0001.htm>
More information about the webkit-unassigned
mailing list