2

I have an application in which I am listening for KeyPress events in an iFrame. On Google Chrome and IE, CTRL+C and backspace never trigger the key press event. Backspace takes me to the previous page and CTRL+C is not captured at all.

Please let me know if there's any existing solution for this.

Kerrek SB
  • 464,522
  • 92
  • 875
  • 1,084
ssk
  • 9,045
  • 26
  • 96
  • 169

1 Answers1

0

I was listening on Keypress events, it turns out that on Chrome some of the events trigger through Keydown or Keyup events.

ssk
  • 9,045
  • 26
  • 96
  • 169