[webkit-reviews] review granted: [Bug 239055] REGRESSION (r289785): [iOS] Unable to double-click to select a word in a received email : [Attachment 457213] For EWS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 10 18:37:42 PDT 2022


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 239055: REGRESSION (r289785): [iOS] Unable to double-click to select a word
in a received email
https://bugs.webkit.org/show_bug.cgi?id=239055

Attachment 457213: For EWS

https://bugs.webkit.org/attachment.cgi?id=457213&action=review




--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 457213
  --> https://bugs.webkit.org/attachment.cgi?id=457213
For EWS

View in context: https://bugs.webkit.org/attachment.cgi?id=457213&action=review

> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:-1857
> -    if (gestureRecognizer != _mouseGestureRecognizer &&
[_mouseGestureRecognizer mouseTouch] == touch && touch.type ==
UITouchTypeIndirectPointer)

I think this isn't the only use of `UITouchTypeIndirectPointer` in our code?
Are the others wrong too?


More information about the webkit-reviews mailing list