Comment 4 for bug 1182108

Revision history for this message
Ugo Riboni (uriboni) wrote :

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.