[webkit-changes] [WebKit/WebKit] 5a12de: REGRESSION (254174 at main): Can't scroll at all
Tim Horton
noreply at github.com
Wed Sep 21 17:54:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a12deb655f3877f338288d17fe33d2cb4bb57b9
https://github.com/WebKit/WebKit/commit/5a12deb655f3877f338288d17fe33d2cb4bb57b9
Author: Tim Horton <timothy_horton at apple.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
Log Message:
-----------
REGRESSION (254174 at main): Can't scroll at all
https://bugs.webkit.org/show_bug.cgi?id=245506
<rdar://100149933>
Reviewed by Devin Rousso.
* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
(-[WKWebView _scrollView:asynchronouslyHandleScrollEvent:completion:]):
The intent here was to avoid wheel events, but still allow normal scrolling,
but 254174 at main got the `handled` boolean backwards.
Canonical link: https://commits.webkit.org/254742@main
More information about the webkit-changes
mailing list