You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: