agungprasetyosakti / js-hotkeys

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

The minified version doesn't work on google chrome #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the minified version on chrome 4.0.249.78 unknown (36714)
2. Assign a keydown to the arrow keys
3. Test the function

What is the expected output? What do you see instead?
The function is executed fully.
Instead the function does not execute and if we look at the javascript 
console there is an error shown.

What version of the product are you using? On what operating system?
I was using the minified 0.79 version on my website on google chrome

Please provide any additional information below.
I was able to avoid the issue by switching to the non-minified version.

Original issue reported on code.google.com by forteresce on 12 Feb 2010 at 4:07