Bug 220256 - [iOS] "touchend" events should be dispatched and handled asynchronously
Summary: [iOS] "touchend" events should be dispatched and handled asynchronously
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: Wenson Hsieh
URL:
Keywords: InRadar
Depends on: 220345
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-04 16:36 PST by Wenson Hsieh
Modified: 2021-01-20 11:28 PST (History)
5 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 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.
Comment 1 Wenson Hsieh 2021-01-04 16:38:12 PST
<rdar://problem/64912551>
Comment 2 Wenson Hsieh 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/
Comment 3 Wenson Hsieh 2021-01-05 16:54:56 PST Comment hidden (obsolete)
Comment 4 Wenson Hsieh 2021-01-16 16:32:35 PST
Created attachment 417770 [details]
Patch
Comment 5 EWS 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].