KyleRombach / wmd-new

Automatically exported from code.google.com/p/wmd-new
0 stars 0 forks source link

IE (all versions) swallows Ctrl-Del #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type anything in the input area.
2. Type Ctrl-Del (delete word to right of cursor).
3. Nothing happens.

What is the expected output? What do you see instead?

Ctrl-Del should delete the word to the right of the cursor.

Original issue reported on code.google.com by Dana.E.R...@gmail.com on 4 Feb 2009 at 8:46

GoogleCodeExporter commented 8 years ago
For some reason IE swallows this key combination.  This may be due to IE's 
flaky key
handling and that the key char for 'DEL' is the same as the char key for '.'.  
Ctrl-.
is the keyboard shortcut for block quotes so I have to handle it.

I'm rating this as low priority.  I'd like to fix it but keyboard event 
handling is a
major pain.

Original comment by Dana.E.R...@gmail.com on 4 Feb 2009 at 8:48

GoogleCodeExporter commented 8 years ago
As far as I can tell, IE swallows ctrl-del in text areas by default.  I'll have 
to
implement the behavior on my own.

Original comment by Dana.E.R...@gmail.com on 10 Feb 2009 at 8:20