Open
Bug 1401966
Opened 8 years ago
Updated 3 years ago
Hasnt keycode of ~ key on keydown in russian language
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: akiff, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36
Steps to reproduce:
Listen keydown. Press ctrl+~ on russian language.
Actual results:
on keydown keyCode==0 and key=='ё'
Expected results:
should be keyCode==0xC0
Comment 1•8 years ago
|
||
According to [1], this feature is removed from web standard. It's very low priority for us now, but we would be happy to take a patch.
[1] https://developer.mozilla.org/zh-TW/docs/Web/API/KeyboardEvent/keyCode
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → 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
•