Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.1.0
-
Android 4.0.4, firmware 4.1.B.0.587 (SE neo V)
Qt5.1 Windows
Description
Predictive text in TextInput doesn't work properly (also when using QLineEdit) When typing words on keyboard, first character behaves normally (usually small letter) but all others are in uppercase. If i try to press done button on keyboard or tap anywhere else to hide keyboard, there will be no text changes in input, to avoid this i need to choose one of predicted words or type "space" characted after word. Only by that way i can get correct "text" parameter in my app. I really need predictive text so using Qt.ImhNoPredictiveText flag isn't solution for me