AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Numeric keypad input is recognized as letters #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visit the demo page at http://jshotkeys.googlepages.com/test-static.html
2. Use the numeric keypad to enter numbers 0-9.  0 produces no result.  1-9
are recognized as lowercase letters a - i (in order), instead of the
expected numbers. 

Occurs with both IE/FireFox on Windows XP (only ones I've tested.)

Seems this could be fixed relatively easily.  Exhaustive discussion of
keycodes is given at http://unixpapa.com/js/key.html.

Original issue reported on code.google.com by pauldem...@gmail.com on 30 Apr 2008 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by Afro.Sys...@gmail.com on 30 Apr 2008 at 1:20

GoogleCodeExporter commented 8 years ago
Just curious.. is there an approximate timeframe for the next release/when this 
bug
may be fixed?  

Not that I expect it.. just trying to decide whether I should work around 
myself.

Thanks!

Original comment by pauldem...@gmail.com on 5 May 2008 at 3:56

GoogleCodeExporter commented 8 years ago
I believe it is a matter of a week or a bit more for a new version.
I am looking forward integrating this with the jquery event model as in v1.2.3
fixing all open bugs and re factoring some lines so things will work more 
efficiently. 

Original comment by Afro.Sys...@gmail.com on 6 May 2008 at 6:36

GoogleCodeExporter commented 8 years ago

Original comment by Afro.Sys...@gmail.com on 24 Aug 2008 at 8:44