Comment 3 for bug 745246

Revision history for this message
Florian Boucault (fboucault) wrote : Re: [dash] search field default text not cleared when using chinese input method

None of the trick/workarounds I tried seem to do any good. The fundamental issue is that there is no QML API that informs us of the iBus method being currently used.
In order to solve that, one would ideally add such API to the TextInput QML element (http://doc.qt.nokia.com/4.7.1/qml-textinput.html).