-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.3, 6.8.4
-
-
2025wk34s2QtforAndroid, 2025wk36s2QtforAndroid, 2025wk42s3QtforAndroid
In a landscape mode application, tapping a TextField causes the keyboard to appear on the lower half of the screen, obscuring the TextField. Instead of direct real-time input into the TextField on the app (as was possible in previous versions), an input screen appears.
This issue may not reproduce depending on device types.
How to reproduce:
1. Run the attached application using Qt 6.8.4 for Android.
2. Tap the TextField; as shown in the attached screenshot, the TextField becomes invisible.
Environments where the issue is reproducible:
- Qt 6.8.4 for Android Clang arm64-v8a, Galaxy S10 (Android 12)
- Qt 6.8.3 for Android Clang arm64-v8a, Galaxy S10 (Android 12)
Notes:
- This problem was expected to be resolved by fixes
QTBUG-128745,QTBUG-135376, andQTBUG-136229. However, since it still reproduces in Qt 6.8.4 that includes those fixes,a new bugthis report has been created. - It has been confirmed that applying the attached patch (diff.txt) to Qt 6.8.3 eliminates the issue.