Closed
Bug 7445
Opened 26 years ago
Closed 26 years ago
Some keys not being mapped correctly
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: michaell, Assigned: tague)
References
Details
Using 1999060108 on Windows.
No character appears for the following keystrokes:
'
"
.
!
#
%
&
(
The following characters have odd behaviors
' advances the cursor one space to the right.
. acts as the "Delete" key.
% selects spaces to the left of the cursor.
The ESC key is also a problem. It should do nothing, instead a back arrow glyph
is inserted into the document.
Changing summary to provide some useful information. The problem is that keys
are not being mapped properly at a level beneath the editor in the event system,
and that the workaround code in the editor is not correct.
tague has checked in a fix for related problems that almost certainly fix this,
but I'll keep the bug to verify all the keys mentioned work correctly.
Tested this scenario with experimental build on En Win NT4.0 system in IQA lab.
The scenario mentioned in this bug is fixed. The Basic Smoke test for mailnews
passed too. FYI...backspace now does not work in the Addressing fields with this
special build, have not noticed that in QA released builds so I will wait to log
a bug for that.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Turned on fix today (6/13/99; 2:30pm). Should be in Monday's verification
build.
You need to log in
before you can comment on or make changes to this bug.
Description
•