As keydown/keypress are handled via deferred setTimeout(), so should keyup (otherwise...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 16 May 2012 20:36:28 +0000 (13:36 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 16 May 2012 20:36:28 +0000 (13:36 -0700)
commit9cfd400134cfac3534d6084c404ca90e1f2c5628
treedef2d0e9b87e222e590feab4d11cba0e9605de2d
parent190dbefa22da7484171dfd94d2f289ac8c5a4184
As keydown/keypress are handled via deferred setTimeout(), so should keyup (otherwise, there's a race condition that keyup might happen before the deferred handling of keydown/keypress, and the key might be effectively stuck down or in a repeating state).
src/main/resources/keyboard.js