[Android-development] virtual keyboard issues (qt 5.3.2)

maitai at virtual-winds.org maitai at virtual-winds.org
Wed Oct 22 20:46:28 CEST 2014


Hello,

FYI I figured out that this is coming from predictive text. So I now 
force Qt::ImhNoPredictiveText on all QLineEdit widgets and users facing 
this issue are now fine. I have no clue why it needs that on some 
devices and I still think it's a small bug in qt.

Philippe

Le 20-10-2014 16:45, maitai at virtual-winds.org a écrit :
> Hello,
> 
> One of my users has reported the following strange thing on a nexus 5
> (Android 4.4.4) with qt5.3.2 deployed with ministro:
> 
> When using the virtual keyboard on QLineEdit widgets and pressing OK
> on the virtual keyboard, the string is truncated before the first
> "space" character. If you type "hello world" you get just "hello". If
> you type "hello " you get "hello". And if you type "hello" you get an
> empty string since there is no space.
> 
> Another user equipped with a Asus FonePad 4G (Android 4.4.2) is
> reporting something very similar. Other people using 4.4.2 on a
> variety of devices do not have this issue.
> 
> Does someone else has a similar issue reported? Is it known and/or 
> fixed in 5.4?
> 
> Thanks
> Philippe Lelong.




More information about the Android-development mailing list