Closed
Bug 73867
Opened 24 years ago
Closed 24 years ago
wrong char code/key code for CTRL+BACKSPACE
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
mozilla0.9.1
People
(Reporter: anthonyd, Assigned: rods)
Details
see bug# 57967
when adding the following key binding on windows:
<handler event="keypress" keycode="VK_BACK" modifiers="control"
command="cmd_deleteWordBackward"/>
It doesnt work. The native widget code appears to be generating the wrong key
code/ char code for backsapce when used in conjunction wirh CTRL. alt+backsapce
works correctly. the key binding also works correctly on mac and linux
apparently.
anthonyd
ps. ctrl+home or ctrl+end dont seem to work correctly either, but i havent
fully inverstigated those two.
setting to mozilla 0.9 in case rods doesnt look at untargeted bugs
anthonyd
Target Milestone: --- → mozilla0.9
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 50255 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•