[Webkit-unassigned] [Bug 188045] [WebIDL] Element's scrollLeft and scrollTop should be unrestricted double
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 9 13:40:13 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=188045
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #7 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to reproduce this bug using test case from Mozilla bug:
Test case - https://bug1674687.bmoattachments.org/attachment.cgi?id=9185098
Here are outputs across browsers:
*** Safari 15.6 on macOS 12.5 ***
max scrollTop is: 50
rect offset (real scroll top)is: 50
dpi is: 2
*** Firefox Nightly 105 ***
max scrollTop is: 50
rect offset (real scroll top)is: 49.5
dpi is: 2
*** Chrome Canary 106 ***
max scrollTop is: 49.5
rect offset (real scroll top)is: 49.5
dpi is: 2
______
As per Mozilla bug, it should be 49.5 for both like Chrome. Just wanted to share updated testing 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/20220809/78f3a9c4/attachment.htm>
More information about the webkit-unassigned
mailing list