Bug 203679 - Ctrl+Alt+<key> sends incorrect key field
Summary: Ctrl+Alt+<key> sends incorrect key field
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: Safari 13
Hardware: Unspecified macOS 10.14
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-31 07:50 PDT by Pierre Ossman
Modified: 2019-11-01 14:23 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Ossman 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 "é".
Comment 1 Alexey Proskuryakov 2019-11-01 14:23:49 PDT