Bug 220539

Summary: pointer event not fired after a touch in iPad Safari
Product: WebKit Reporter: felixlz0822
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hi, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 14   
Hardware: Unspecified   
OS: Unspecified   

Description felixlz0822 2021-01-12 03:01:34 PST
Overview :

pointer events are not fired after a touch in iPad Safari

How to reproduce in iPad Safari :

- Add an event listener to a DOM element for "pointerup" event.
- If you use a mouse or trackpad to click on it, the event will fire.
- Touch(move) the screen using your fingers.
- The next time you will click on it, "pointerup" event won't fire any more.
Comment 1 Radar WebKit Bug Importer 2021-01-19 03:02:13 PST
<rdar://problem/73348203>