WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-05-15 00:47:55 PDT
<
rdar://problem/50801608
>
Antoine Quint
Comment 2
2019-05-19 11:04:32 PDT
Created
attachment 370222
[details]
Patch
Antoine Quint
Comment 3
2019-05-19 14:34:34 PDT
Committed
r245505
: <
https://trac.webkit.org/changeset/245505
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug