Skip to main content

Search and Top Navigation

#15038 new bug ()

Opened August 26, 2016 12:36PM UTC

Last modified August 26, 2016 12:36PM UTC

Accented characters doesn't work on menu keydown

Reported by: bergi9 Owned by:
Priority: minor Milestone: none
Component: ui.menu Version:
Keywords: Cc:
Blocked by: Blocking:
Description

jsfiddle.net: https://jsfiddle.net/yeuL9b1o/

Using french keyboard or other non-english/non-german keyboards will converted to wrong characters from String.fromCharCode( event.keyCode );

I can't use i.e.: the é to select the correct entry via keyboard.

Maybe using event.key instead of String.fromCharCode(event.keyCode) will works?

event.keyCode is deprecated according to MDN.

Attachments (0)
Change History (0)