Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
6.7.2
-
None
Description
After migrating from Qt6.6.2 to Qt6.7.2 I have this bug:
I have a QML TextEdit for editing multi line text. When I press the Return key on the virtual keyboard, then a new line gets added to the input (good), but the keyboard hides (bad). The focus stays on the TextEdit field though!
In Qt6.6.2 this works fine. The keyboard stays visible when pressing Return.
After upgrading from Qt6.6.2 to Qt6.7.2 auto uppercase does not work anymore in TextEdit fields.
I have not set Qt.ImhNoAutoUppercase, still auto uppercase does not work. In Qt6.6.2 it works fine.