"@" symbol bug with pyqtwebengine 5.14 and 5.15
Florian Bruhin
me at the-compiler.org
Sat Sep 5 17:34:33 BST 2020
Hey Sébastien,
On Thu, Sep 03, 2020 at 05:12:35PM +0200, Sébastien RAMAGE wrote:
> I got a strange problem with pyqtwebengine on Windows, I can't type the "@"
> symbol in html input field.
> Below a sample code. I'm using a french keyboard layout.
AltGr is broken on Windows with Qt 5.14.2 and 5.15.0:
https://bugreports.qt.io/browse/QTBUG-83710
Qt 5.15.1 should be released in the next couple of days, which contains
the fix:
https://codereview.qt-project.org/c/qt/qtwebengine/+/299142
As a workaround, you can also start with "-platform windows:altgr" (or
probably set QT_QPA_PALTFORM=windows:altgr in the environment).
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200905/3c64b990/attachment.sig>
More information about the PyQt
mailing list