x2x icon indicating copy to clipboard operation
x2x copied to clipboard

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

Open raoofha opened this issue 5 years ago • 2 comments

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 avatar Nov 04 '19 08:11 raoofha

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

dottedmag avatar Jan 21 '20 21:01 dottedmag

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

egirard avatar Feb 13 '24 16:02 egirard