[webkit-reviews] review granted: [Bug 191752] [Pointer Events] event.isPrimary doesn't always represent the oldest active touch : [Attachment 355068] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 09:52:41 PST 2018


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 191752: [Pointer Events] event.isPrimary doesn't always represent the
oldest active touch
https://bugs.webkit.org/show_bug.cgi?id=191752

Attachment 355068: Patch

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




--- Comment #4 from Dean Jackson <dino at apple.com> ---
Comment on attachment 355068
  --> https://bugs.webkit.org/attachment.cgi?id=355068
Patch

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

> LayoutTests/pointerevents/ios/pointer-events-is-primary.html:18
> +function dumpEvent(event)
> +{
> +    console.log(`[${event.pointerId} ${event.type}] x = ${event.clientX}, y
= ${event.clientY}, isPrimary = ${event.isPrimary}`);
> +}

This function is never used.


More information about the webkit-reviews mailing list