WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
220256
[iOS] "touchend" events should be dispatched and handled asynchronously
https://bugs.webkit.org/show_bug.cgi?id=220256
Summary
[iOS] "touchend" events should be dispatched and handled asynchronously
Wenson Hsieh
Reported
2021-01-04 16:36:39 PST
r253267
made active touchstart event listeners async by using deferring gesture recognizers the effectively "gate" all preventable native gestures until the web process has handled the touch. We should, in theory, be able to this infrastructure to touchend events as well.
Attachments
WIP
(16.04 KB, patch)
2021-01-05 16:54 PST
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Patch
(24.24 KB, patch)
2021-01-16 16:32 PST
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2021-01-04 16:38:12 PST
<
rdar://problem/64912551
>
Wenson Hsieh
Comment 2
2021-01-05 15:51:30 PST
> We should, in theory, be able to this infrastructure to touchend events as > well.
s/this infrastructure/extend this infrastructure/
Wenson Hsieh
Comment 3
2021-01-05 16:54:56 PST
Comment hidden (obsolete)
Created
attachment 417054
[details]
WIP
Wenson Hsieh
Comment 4
2021-01-16 16:32:35 PST
Created
attachment 417770
[details]
Patch
EWS
Comment 5
2021-01-20 11:28:21 PST
Committed
r271660
: <
https://trac.webkit.org/changeset/271660
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 417770
[details]
.
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