Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.6, 5.14.1, 5.15
-
None
-
-
db777c7bde2ad075f2a76cf6d5e9c20b04d62a2d (qt/qtwebengine/5.14)
Description
To reproduce, with the Nanobrowser example. Open a web page, then open the developer console and run:
document.addEventListener("keydown", function(event) { console.log(event); })
Then, try typing e.g. Ctrl + Z. The wrong key is shown (see attached).
Note that whether a particular key combination works or does not seems to depend on the keyboard layout. For example, I see similar behavior when using a German keyboard layout alongside Ctrl + Shift prefixed key combinations.
Attachments
Issue Links
- is duplicated by
-
QTBUG-82912 QtWebEngine ctr+key returns string like u0005
- Closed
- resulted from
-
QTBUG-69442 Event 'key' attribute is incorrect when multiple modifier keys pressed
- Closed
- resulted in
-
QTBUG-83710 Unable to input some character in web view
- Closed