-
Notifications
You must be signed in to change notification settings - Fork 1.7k
REGRESSION: CSS scroll-behavior: smooth with overflow: hidden breaks JS scrollTo/scrollLeft/scrollTop #1387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LayoutTests/fast/scrolling/smooth-scroll-with-overflow-hidden.html
Outdated
Show resolved
Hide resolved
LayoutTests/fast/scrolling/smooth-scroll-with-overflow-hidden.html
Outdated
Show resolved
Hide resolved
5429687
to
a7916ee
Compare
a7916ee
to
a5f952a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remembered that RenderListBox
also needs to override visibleToHitTesting
. This is used for scrollable <select>
lists which need to get into the non-fast scrollable area on macOS. There's a debug overlay to show this non-fast scrollable area in MiniBrowser so you can tell if this is working correctly.
a5f952a
to
35ba4a4
Compare
I overrode |
35ba4a4
to
c250a2b
Compare
c250a2b
to
ed7fed1
Compare
Committed r295448 (251454@main): https://commits.webkit.org/251454@main Reviewed commits have been landed. Closing PR #1387 and removing active labels. |
ed7fed1