WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-02-18 07:56:39 PST
<
rdar://problem/48164284
>
Antoine Quint
Comment 2
2019-02-18 08:10:09 PST
Created
attachment 362297
[details]
Patch
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
Committed
r241723
: <
https://trac.webkit.org/changeset/241723
>
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