tzuryby / jquery.hotkeys

jquery.hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination
http://code.google.com/p/js-hotkeys/
789 stars 648 forks source link

event will be triggered when user is entering password #4

Open jnlin opened 14 years ago

jnlin commented 14 years ago

When I bind an key event to document, the event will not be triggered in "text input", but will be triggered in "password input".

The patch (diff) is attached in http://js-hotkeys.googlecode.com/issues/attachment?aid=41022649826242479&name=diff.txt&token=4b526e21cf15974b64be32635e9e9eff

yang commented 12 years ago

Is this project still maintained? This is a pretty big issue. hotkeys seems to be swallowing these key events from anywhere on the page. (Came here via http://code.google.com/p/jstree/issues/detail?id=826)