RESOLVED FIXED 197909
[Pointer Events] A pointer should be marked as primary for all of its events
https://bugs.webkit.org/show_bug.cgi?id=197909
Summary [Pointer Events] A pointer should be marked as primary for all of its events
Antoine Quint
Reported 2019-05-15 00:47:32 PDT
Right now, on iOS at least, we set isPrimary=false for a pointer once it's no longer in contact with the digitizer. That is incorrect, it should remain true until all events are dispatched provided it was the primary pointer when pointerdown was dispatched. Additionally, a pointer should only be primary if it was primary when touches started.
Attachments
Patch (9.57 KB, patch)
2019-05-19 11:04 PDT, Antoine Quint
dino: review+
Radar WebKit Bug Importer
Comment 1 2019-05-15 00:47:55 PDT
Antoine Quint
Comment 2 2019-05-19 11:04:32 PDT
Antoine Quint
Comment 3 2019-05-19 14:34:34 PDT
Note You need to log in before you can comment on or make changes to this bug.