Skip to content

Stop touch events from expiring after a timeout in favour of clearing them on mouse event match - #9

Open
stas-badzi wants to merge 2 commits into
aaronholsonege:masterfrom
stas-badzi:patch-1
Open

Stop touch events from expiring after a timeout in favour of clearing them on mouse event match#9
stas-badzi wants to merge 2 commits into
aaronholsonege:masterfrom
stas-badzi:patch-1

Conversation

@stas-badzi

@stas-badzi stas-badzi commented Jun 25, 2026

Copy link
Copy Markdown

Since according to the W3C standard simulated mouse events are sent only after the touch gesture has finished (after the touchend event), touch events shouldn't expire after a set amount of time (maybe after a set amount of time after the touchend or touchcancel event fires for it's touchid), but only after they get matched with a simulated mouse event.
This pull request fixes that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant