agungprasetyosakti / js-hotkeys

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

Conflicts with popup blocker #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
$(document).bind('keydown', 'Ctrl+Y', function() {
    window.showModalDialog(url, self, options);
});

What is the expected output? What do you see instead?
I expet a modal window oppended, but popup blocker blocks the window opening; 
it happens with normal popups too, not only with modals.

What version of the product are you using? On what operating system?
- jQuery-1.3.2
- hotkeys-0.7.9
- Windows 7, IE 8 and FF 3.6

Please provide any additional information below.

Original issue reported on code.google.com by blindsid...@gmail.com on 26 Oct 2010 at 6:49