Closed
Bug 6907
Opened 26 years ago
Closed 26 years ago
period key down event indistinguishable from DEL
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: buster, Assigned: joki)
References
()
Details
VK_DELETE = 46
'.' = 46
There is no way to distinguish between these two key down events, because they
both have the same key code. Shouldn't it be the case that character keys have
a key code that indicates they are character input instead of action keys, and
the actual character typed should be the char code?
I can't find any documentation on DOM events, so if this isn't the way it should
be, please let me know ASAP.
This is a blocker because when ender is the text control, users will be unable
to type in URLs in the URL bar because they can't type '.'
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•