Bug 220539 - pointer event not fired after a touch in iPad Safari
Summary: pointer event not fired after a touch in iPad Safari
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: Safari 14
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-12 03:01 PST by felixlz0822
Modified: 2021-01-19 03:02 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>