Bug 197882 - [Pointer Events] Listening to a "pointerover", "pointerenter", "pointerout" or "pointerleave" event alone does not fire the event on iOS
Summary: [Pointer Events] Listening to a "pointerover", "pointerenter", "pointerout" o...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-14 09:18 PDT by Antoine Quint
Modified: 2019-05-19 14:44 PDT (History)
7 users (show)

See Also:


Attachments
Patch (14.33 KB, patch)
2019-05-19 12:18 PDT, Antoine Quint
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2019-05-14 09:18:53 PDT
We only fire pointer events on iOS if there is a "pointerdown", "pointermove" or "pointerup" event registered. This is not enough.
Comment 1 Radar WebKit Bug Importer 2019-05-14 09:19:45 PDT
<rdar://problem/50769116>
Comment 2 Antoine Quint 2019-05-14 09:21:56 PDT
This was found while working on 197881.
Comment 3 Antoine Quint 2019-05-19 12:18:01 PDT
Created attachment 370225 [details]
Patch
Comment 4 Antoine Quint 2019-05-19 14:44:11 PDT
Committed r245507: <https://trac.webkit.org/changeset/245507>