It seems there's a problem in TextArea.
To reproduce:
* place the attached library in /data/ubuntu/usr/lib/arm-linux-gnueabihf/qt5/plugins/platforminputcontexts/libmaliitplatforminputcontextplugin.so
* run the example attached to the previous comment (making sure that in the example the text component is a TextArea and not a TextInput)
* hide the keyboard manually
* verify that on the debug label you see FOCUS: true
Then to verify that the normal TextInput does not have this problem run the same example with a TextInput as text component and verify that hiding the keyboard will produce FOCUS: false on the debug label.
Thus there is something wrong in TextArea that does not allow the text area to lose focus properly.
It seems there's a problem in TextArea. usr/lib/ arm-linux- gnueabihf/ qt5/plugins/ platforminputco ntexts/ libmaliitplatfo rminputcontextp lugin.so
To reproduce:
* place the attached library in /data/ubuntu/
* run the example attached to the previous comment (making sure that in the example the text component is a TextArea and not a TextInput)
* hide the keyboard manually
* verify that on the debug label you see FOCUS: true
Then to verify that the normal TextInput does not have this problem run the same example with a TextInput as text component and verify that hiding the keyboard will produce FOCUS: false on the debug label.
Thus there is something wrong in TextArea that does not allow the text area to lose focus properly.