AnitaTang / js-hotkeys

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

disableInInput is not respected #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
FF2 on Win XP

The latest code has moved disableInInput away from being a global
setting...nice!  However, the code that checks to see if the event was
fired from within an input field (text box in my case) incorrectly
identifies the event as being fired from the entire document.  So the
setting is never applied. 

Original issue reported on code.google.com by thadw...@gmail.com on 5 Sep 2008 at 6:50

GoogleCodeExporter commented 8 years ago
Hi,

try the one at github 
(http://github.com/tzuryby/hotkeys/tree/master/jquery.hotkeys.js)
and let me know if it works for you.

thanks,
Tzury

Original comment by Afro.Sys...@gmail.com on 6 Sep 2008 at 8:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Awesome thanks!  Trying out the new release(jshotkeys-0.7.6) now. 

Original comment by thadw...@gmail.com on 8 Sep 2008 at 4:37