NEW 203679
Ctrl+Alt+<key> sends incorrect key field
https://bugs.webkit.org/show_bug.cgi?id=203679
Summary Ctrl+Alt+<key> sends incorrect key field
Pierre Ossman
Reported 2019-10-31 07:50:58 PDT
WebKit/Safari has a different behaviour compared to Chrome and Firefox when it comes to the events generated when pressing e.g. Ctrl+Alt+e on a Swedish keyboard. The keydown event for the e will have key set to "é" on Chrome and Firefox, but plain "e" in Safari. We would very much like to have a consistent behaviour no matter which browser a user is using. The Chrome/Firefox way makes some sense given that Alt+e gives you "é".
Attachments
Alexey Proskuryakov
Comment 1 2019-11-01 14:23:49 PDT
Note You need to log in before you can comment on or make changes to this bug.