Open GoogleCodeExporter opened 9 years ago
I use $(window).keypress to detect it. Found that the alert appear twice. Not sure
why the 'Ctrl S Pressed' appear twice.
Original comment by askmen...@gmail.com
on 13 Jul 2009 at 7:27
Hello, anyone able to help out?
Original comment by askmen...@gmail.com
on 22 Jul 2009 at 9:00
your code would work just ok if you catch the "keypress" not the "keydown"
event. no
need for preventDefault or stopPropagation just return false.
Original comment by nedko.iv...@gmail.com
on 29 Sep 2009 at 9:20
I see that if focus was on a textbox, in firefox the default popup will appear.
$(
'input' ).blur(); all inputs resolve everything for me. Hope this could help
somebody
else. Cheers
Original comment by d.aldrov...@gmail.com
on 15 Oct 2009 at 10:58
Original issue reported on code.google.com by
askmen...@gmail.com
on 13 Jul 2009 at 7:22