[webkit-reviews] review requested: [Bug 220072] [iOS] REGRESSION(r265088): "pointerdown" doesn't fire using a trackpad after double-tapping : [Attachment 416636] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 15:22:39 PST 2020


Devin Rousso <drousso at apple.com> has asked  for review:
Bug 220072: [iOS] REGRESSION(r265088): "pointerdown" doesn't fire using a
trackpad after double-tapping
https://bugs.webkit.org/show_bug.cgi?id=220072

Attachment 416636: Patch

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




--- Comment #1 from Devin Rousso <drousso at apple.com> ---
Created attachment 416636

  --> https://bugs.webkit.org/attachment.cgi?id=416636&action=review

Patch

My understanding of UIKit gesture recognizers (and how we use them) and the
purpose behind `m_activePointerIdsToCapturingData` is possibly lacking, so this
may not be the best approach, but it seems logical that we would remove entries
for touch interactions from `m_activePointerIdsToCapturingData` once the
interaction finishes (e.g. `"touchend"`).


More information about the webkit-reviews mailing list