maheshchari / js-hotkeys

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

Alt+S always opens Safety menu in IE8 #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Bind alt+s to the keydown (I've modified test-static-04.html)
2. Press alt+s in IE8

What is the expected output? What do you see instead?
First I got the dialog, then the Safety popup menu

What version of the product are you using? On what operating system?
- IE8.0.6001.18702
- jquery-1.3.2.min.js
- the current version on github of jquery.hotkeys.js

Please provide any additional information below.

Original issue reported on code.google.com by r.spilker on 11 Nov 2009 at 3:59

GoogleCodeExporter commented 8 years ago
Could be related to http://code.google.com/p/js-hotkeys/issues/detail?id=69

Original comment by r.spilker on 11 Nov 2009 at 4:00

GoogleCodeExporter commented 8 years ago
if you call a focus event in the link or the control you are using for ctrl+s 
you avoid the safety behavior

Original comment by Carlos.L...@gmail.com on 3 Jun 2011 at 7:53