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)

55 Branch
defect

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
Component: Untriaged → Event Handling
Product: Firefox → Core
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
Component: Event Handling → User events and focus handling
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.