Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.10, 5.12.11, 5.15.5, 6.1.3, 6.2.0 Beta4
-
Ubuntu 18, Ubuntu 20.4
-
-
35235def29 (qt/qtvirtualkeyboard/dev) 35235def29 (qt/tqtc-qtvirtualkeyboard/dev) d439b64aa2 (qt/tqtc-qtvirtualkeyboard/5.15) ac0bef98eb (qt/qtvirtualkeyboard/6.4) ac0bef98eb (qt/tqtc-qtvirtualkeyboard/6.4) 22988ea152 (qt/qtvirtualkeyboard/6.3)
Description
When QT_SCALE_FACTOR is set to 1.5,
the displayed keyboard area and operable area are mismatching.
Hence, some of the keys are not responding.
How to reproduce
1. Use Qt VirtualKeyboard basic example :
2. Add the following line right after qputenv("QT_IM_MODULE",QByteArray("qtvirtualkeyboard")); in main.cpp
qputenv("QT_SCALE_FACTOR", QByteArray("1.5"));
3. Press "I" then "O" or some other keyboard
Result :
"I" is output but other keyboard is not responding
Attachments
Issue Links
- relates to
-
QTBUG-77342 Virtual keyboard may not work correctly if QT_SCALE_FACTOR is set to any number other than 1.
- Closed
-
QTBUG-94783 Popup menu in incorrect position when using QT_SCALE_FACTOR=1.5 on Wayland Ubuntu
- Closed