[webkit-changes] [WebKit/WebKit] d6d75a: Autoscrolling while selecting text is not very smo...
megangardner
noreply at github.com
Mon Feb 17 13:00:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d6d75a4d8ea74b615c574298a80b42a5b875228c
https://github.com/WebKit/WebKit/commit/d6d75a4d8ea74b615c574298a80b42a5b875228c
Author: Megan Gardner <megan_gardner at apple.com>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M Source/WebCore/page/ios/EventHandlerIOS.mm
Log Message:
-----------
Autoscrolling while selecting text is not very smooth.
https://bugs.webkit.org/show_bug.cgi?id=287745
rdar://144900491
Reviewed by Wenson Hsieh.
The calculations for the offsets to allow selections in the
inset areas where we start selections were incorrect, which
could cause the math to result in a slower than expected scroll.
Also, increase the scroll rate to have a better scrolling experience.
* Source/WebCore/page/ios/EventHandlerIOS.mm:
(WebCore::adjustAutoscrollDestinationForInsetEdges):
Canonical link: https://commits.webkit.org/290497@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list