Open
Bug 74416
Opened 24 years ago
Updated 3 years ago
invalid key or keycode in xbl keybindings nukes keybinding table
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: anthonyd, Unassigned)
References
(Blocks 1 open bug)
Details
invalid key or keycode in xbl keybindings nukes keybinding table. for example
add this key binding:
<handler event="keypress" keycode="VK_BACKSPACE" modifiers="control"
command="cmd_deleteWordBackward"/>
in this example, VK_BACKSPACE is not a valid keycode, but when this is added in,
backspace+CTRL will do delete word rpevious, and so will CTRL+c,CTRL+v,CTRL+y,
etc...
it appears that once an invalid keycode is entered, the actual commands for the
remaining keybindings go loco.
anthonyd
Comment 1•24 years ago
|
||
I wonder if this is related to the general degredation of command handling?
Comment 2•24 years ago
|
||
Chris suggested that this was the keybinding bug for catfood.
Keywords: nsCatFood+
Comment 3•24 years ago
|
||
No this is an unrelated minor issue. Removing keyword and futuring.
Status: NEW → ASSIGNED
Keywords: nsCatFood+
Updated•24 years ago
|
Target Milestone: --- → Future
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 4•20 years ago
|
||
getting out of general
Assignee: hyatt → aaronleventhal
Severity: major → normal
Status: ASSIGNED → NEW
Component: General → Keyboard: Navigation
Product: Mozilla Application Suite → Core
QA Contact: doronr → keyboard.navigation
Target Milestone: Future → ---
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•