Bug 203679
| Summary: | Ctrl+Alt+<key> sends incorrect key field | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Pierre Ossman <ossman> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, dbates, megan_gardner, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | ||
| Version: | Safari 13 | ||
| Hardware: | Unspecified | ||
| OS: | macOS 10.14 | ||
Pierre Ossman
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov