Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
None
Description
https://bugreports.qt.io/browse/QTBUG-112963
Was added in 6.8 to bring functionality back to the way it was before qt6, where hitting the return key would hide the virtual keyboard, but it seems now when you have this setting enabled, if you have any code that switches the selected field to a new field, the keyboard does not stay open (or reopen).
My guess is this is an order of operation thing. where the field is switching and then the keyboard is getting the signal to close