Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
4.7.3
-
Symbian
Description
All the inputs components in qml discard words that are under the t9 work.
On full touch devices, typically appears when the user type something, then tap on the accept button of the keyboard (on touch phones i refer to the green "v" to close the touch keyboard) without pressing any other button (like space).
Assuming that the user typed "hello from sydney" and sydney is underlined (aka already under t9 work), the components display "hello from sydney"(remember that sydney is underlined) but when i get the "text" value of the component the value is "hello from" and not "hello from sydney", as the user expect to be.
Check the source code attached to reproduce.