Comment 3 for bug 1233550

Revision history for this message
Günter Schwann (schwann) wrote :

Usually the keyboard (plugin) gets some
InputMethod::handleFocusChange(bool)
and at the end one
InputMethod::show()
When it should be shown.

But not in that case there is no call for either. Looks like there is no communication at all.

Showing/hiding the OSK by setting/removing the focus of the text field works fine it seems.