[webkit-changes] [WebKit/WebKit] f58ef3: Clicking links doesn't work when using mouse on iPad

Richard Robinson noreply at github.com
Mon Sep 19 19:59:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f58ef38d48f42f5d7723691cb090823908ff5f9f
      https://github.com/WebKit/WebKit/commit/f58ef38d48f42f5d7723691cb090823908ff5f9f
  Author: Richard Robinson <richard_robinson2 at apple.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Clicking links doesn't work when using mouse on iPad
https://bugs.webkit.org/show_bug.cgi?id=245376
rdar://100039854

Reviewed by Tim Horton.

Our implementation of `gestureRecognizer:shouldReceiveTouch:` was preventing
the touches from making it to the synthetic tap gesture, so this PR fixes it.

* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView gestureRecognizer:shouldReceiveTouch:]):

Canonical link: https://commits.webkit.org/254657@main




More information about the webkit-changes mailing list