[webkit-changes] [WebKit/WebKit] f64be5: [iOS] REGRESSION(268041 at main): Unable to scroll Tw...
Jer Noble
noreply at github.com
Fri Sep 22 13:55:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f64be53a5d379efa58adc564df047b53a1a5f769
https://github.com/WebKit/WebKit/commit/f64be53a5d379efa58adc564df047b53a1a5f769
Author: Jer Noble <jer.noble at apple.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M Source/WebKit/UIProcess/ios/WKVideoView.h
Log Message:
-----------
[iOS] REGRESSION(268041 at main): Unable to scroll Twitch.tv with touch atop video area
https://bugs.webkit.org/show_bug.cgi?id=261950
rdar://115850939
Reviewed by Simon Fraser.
Views which conform to WKNativelyInteractible (like WKModelView and WKSegmentedModelView) get special treatment inside `-_web_findDescendantViewAtPoint:`, so that touch events can be handled directly by the view itself. WKVideoView doesn't actually need to handle touch events directly, so it should just be a normal subclass of WKCompositingView.
* Source/WebKit/UIProcess/ios/WKVideoView.h:
Canonical link: https://commits.webkit.org/268331@main
More information about the webkit-changes
mailing list