Closed
Bug 3864
Opened 26 years ago
Closed 25 years ago
backspaces/navigation keys handled improperly
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: tague, Assigned: joki)
Details
The current Seamonkey architecture tries to handle navigation keys as Virtual
Keys (WM_KEYUP/WM_KEYDOWN) messages. This prevents input methods from ever
seeing backspace events, so Japanese users can't correct their input. *ALL*
key events, including Navigation events have to be handled after input methods
have a chance at them - this means they have to be handled on the WM_CHAR event
for Windows.
Changed from P3 to P1. We need the keyboard events fixed ASAP because the
Japanese input methods depend upon this.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
The WM_CHAR part of this is being fixed. Tague, still need you to get back to
me on how to handle navigation keys which don't fire a WM_CHAR.
Check to see if it is handled by the default window proc - if it is, leave it
alone, otherwise process to your hearts cotnent.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 4•26 years ago
|
||
Okay. Unfortunately processing the event through the default proc *before*
going to the content system is a pretty major change. We currently handle all
events before default processing. I'm going to push this to M5 while we think
about this.
Cross reference to related bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=3546
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
Sorry, mistakenly closed.
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 7•25 years ago
|
||
Moving off M5 radar since Tom is out of town.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
fixed as part of the big keyboard whackage at least. marking verified
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•