Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.3
Description
There is an issue with Qt Virtual Keyboard. A simple C++ project containing a line edit behaves differently depending on the platform.
- When compiled for Windows with MSVC, clicking the line edit with the mouse makes Qt Virtual Keyboard appear correctly.
- However, when compiled for Raspberry Pi with Boot2Qt 6.8.3, clicking the line edit does not trigger the keyboard.
- On Ubuntu 22.04, the issue is also reproducible, but the virtual keyboard appears for a second and then disappears.
An example project is attached.