Bug 220256

Summary: [iOS] "touchend" events should be dispatched and handled asynchronously
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: UI EventsAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, hi, megan_gardner, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 220345    
Bug Blocks:    
Attachments:
Description Flags
WIP
none
Patch none

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
Patch (24.24 KB, patch)
2021-01-16 16:32 PST, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-01-04 16:38:12 PST
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)
Wenson Hsieh
Comment 4 2021-01-16 16:32:35 PST
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.