Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f64be53a5d379efa58adc564df047b53a1a5f769
      
https://github.com/WebKit/WebKit/commit/f64be53a5d379efa58adc564df047b53a1a5f769
  Author: Jer Noble <[email protected]>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKVideoView.h

  Log Message:
  -----------
  [iOS] REGRESSION(268041@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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to