WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
237225
Setting document.documentElement.scrollTop has unexpected result (when zoomed out)
https://bugs.webkit.org/show_bug.cgi?id=237225
Summary
Setting document.documentElement.scrollTop has unexpected result (when zoomed...
receter
Reported
2022-02-25 13:47:03 PST
Steps to reproduce: 1. Open any page in Safari (15) and zoom out one step (cmd -) 2. Open console and set document.documentElement.scrollTop = 10 3. Read the same value document.documentElement.scrollTop 4. It is 9 instead of 10 Console output:
> document.documentElement.scrollTop = 10
< 10
> document.documentElement.scrollTop
< 9
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-03-04 13:47:16 PST
<
rdar://problem/89832500
>
receter
Comment 2
2023-06-02 01:29:55 PDT
https://github.com/jackmoore/autosize/issues/396
Anthony Ricaud
Comment 3
2023-12-20 08:55:53 PST
The autosize library is used by Gitlab which is therefore affected:
https://gitlab.com/gitlab-org/gitlab/-/issues/31082
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug