RESOLVED FIXED 194776
[iOS] Dispatch additional events along with pointerdown and pointerup
https://bugs.webkit.org/show_bug.cgi?id=194776
Summary [iOS] Dispatch additional events along with pointerdown and pointerup
Antoine Quint
Reported 2019-02-18 07:56:15 PST
The Pointer Events spec says that "pointerover" and "pointerenter" should precede the dispatch of "pointerdown" and that "pointerout" and "pointerleave" should follow the dispatch of "pointerup".
Attachments
Patch (14.65 KB, patch)
2019-02-18 08:10 PST, Antoine Quint
bfulgham: review+
Radar WebKit Bug Importer
Comment 1 2019-02-18 07:56:39 PST
Antoine Quint
Comment 2 2019-02-18 08:10:09 PST
Brent Fulgham
Comment 3 2019-02-18 09:37:41 PST
Comment on attachment 362297 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362297&action=review Seems reasonable. r=me > Source/WebCore/page/PointerCaptureController.cpp:136 > I guess this needs to be protected by "#if ENABLE(TOUCH_EVENTS) && PLATFORM(IOS_FAMILY)" > Source/WebCore/page/PointerCaptureController.cpp:-173 > - Whitespace.
Antoine Quint
Comment 4 2019-02-18 09:52:48 PST
Note You need to log in before you can comment on or make changes to this bug.