agungprasetyosakti / js-hotkeys

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

hotkeys.triggersMap is null #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the plugin with Apache tiles in a jsp file

What is the expected output? What do you see instead?
- At very first screen of the application. If I press any key, I get
hotkeys.triggersMap is null

What version of the product are you using? On what operating system?
- I'm using 0.7.9

Please provide any additional information below.
- I have double checked everything. Everything seems to be in place
However, due to this weird error I'm not able to move ahead. I even tried
replacing my jsp page with the contents of "test-static-01.html" which is
part of hotkeys zip distribution. Same issues. I'm not sure what am I
missing? Please help.

Original issue reported on code.google.com by talkativ...@gmail.com on 29 Oct 2009 at 6:37

GoogleCodeExporter commented 8 years ago
I am also facing this issue..on Internet Explorer. 

Kindly help us...

Original comment by shubhaje...@gmail.com on 11 Feb 2010 at 7:53

GoogleCodeExporter commented 8 years ago
I was having almost the same problem, but I realized that I can't unbind a 
Ctrl+d
(bookmark shortcut), because this is provided by the browser. I just bind an 
return
false for this hotkey and done!
=P

Original comment by pellic...@gmail.com on 22 Feb 2010 at 4:31