Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.7.0
-
None
-
RPi with Ubuntu BookWorm, OpenBox window manager
Description
I suspect that this behavior relates general Qt toolkit, but experienced in PySide environment.
My application runs full screen, there are some input fields in a form.
With PySide2 the virtual keyboard popup aptly moved itself in order not to obscure the focused text field (for which virt. keyboard input has been currently active)
PySide6 just sits at the bottom of the screen and if the input field is down the form, it is obscured and there is no typing feedback until the input is not finished.
However - I need to go with Python 3.11.x+ so giving back to PySide2 is troublesome for me.