-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.15.7
-
iOS 14.8
XCode 13
Editable area such as TextField is moved up when software keyboard appears
so that it is not hidden by software keyboard.
However, when QT_SCALE_FACTOR is set, the area is no longer moved up hence it is covered by the keyboard.
How to reproduce
Please use qtbug98194.zip
Click the textfield to show keyboard.
This works fine when QT_SCALE_FACTOR is not set. i.e. disable the line
qputenv("QT_SCALE_FACTOR ", "2.5");