Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyup and keypress event in chrome/firefox keeps firing when holding a key #33

Open
raoofha opened this issue Nov 4, 2019 · 2 comments
Labels

Comments

@raoofha
Copy link

raoofha commented Nov 4, 2019

Hi and thanks for the awesome x2x
I don't know if this is a chrome/firefox bug or it's x2x bug.
when I use chrome/firefox via x2x, keyup and keypress events keeps firing after holding down anykey.
to reproduce

open new tab
press F12 to open devtools
on console tab enter 
    document.addEventListener("keyup", console.log)
select window
press anykey
@raoofha raoofha changed the title keyup and keypress event in chrome/firefox keeps firing on key repeat keyup and keypress event in chrome/firefox keeps firing when holding a key Nov 4, 2019
@dottedmag
Copy link
Owner

Sorry, the project is dormant, so it will have to wait for another maintainer to step in.

@egirard
Copy link

egirard commented Feb 13, 2024

The chromium issue tracking this has been closed:
https://issues.chromium.org/40656778 when using x2x, holding down a key cause keyup and keypress to keeps firing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants