Qt Virtual Keyboard For Qt Widget Project Running Under Weston Wayland Desktop
Unsolved
Mobile and Embedded
-
I've built a testing project which contains a MainWindow and a popup dialog with QLineEdit.
After running weston (ver: 13.0.0), which is launched with desktop shell and DRM backend, in Ubuntu 24.04 server, I run the testing project with QT_QPA_PLATFORM=wayland, and everything goes fine.
When I click the QLineEdit to bring up the virtual keyboard, it seems that the keyboard takes the focus hense the QLineEdit loses the focus and dismisses the keyboard immediately.
This situation never happens when I develop in another host running Ubuntu Desktop environment.
Does anyone know how to solve this issue or why it happen?Thanks.