In my application, i am getting 3 "inactive InputConnection" warning (logCat below) every time I do anything with cursor on an EditText field.
This warnings popup even if I select another EditText (with cursor is one EditText), or just click on a button, or whatever I do with cursor in an EditText. This behavior is consistent in all the pages (activities).
Even if I click on any Menu button (to go another page) or back button with focus on an EditText field, the same set of warnings pop up.
In some Activity where I don't have any EditText, I don't have this problem.
This problem occurs when I try in real device (Samsung Note II), but does not replicate when I try in emulator.
Do anybody has an idea how to deal with this?
LogCat:
11-27 22:23:44.820: W/IInputConnectionWrapper(25490): getSelectedText on inactive InputConnection
11-27 22:23:44.850: W/IInputConnectionWrapper(25490): setComposingText on inactive InputConnection
11-27 22:23:44.850: W/IInputConnectionWrapper(25490): getExtractedText on inactive InputConnection