I actually looked at that in the Android repository as well...didn't get too deep into it, just as far as you posted.
I can replicate the problem personally on a Galaxy S (Fascinate) running 2.2.1, a Nexus One running 2.3.3, and the emulator running 2.1. A couple of friends let me test on their Droid X running 2.2.1, an Adam tablet running 2.2, a Nexus S running 2.3.3, and an original Droid running the latest stock firmware (2.2? maybe). All of those show the problem. I even dropped my emulator down to 1.5 to see if I could replicate the issue and I could. On Jun 7, 5:54 am, Eric Carman <ewcarma...@gmail.com> wrote: > The following extracts from IInputConnectionWrapper shed a little > light on this - no solution, but a little light. > > This appears to be the area where the error is occurring. As such, > either the mInputConnection is returning null or the isActive method > is returning false.... > > case DO_END_BATCH_EDIT: { > InputConnection ic = mInputConnection.get(); > if (ic == null || !isActive()) { > Log.w(TAG, "endBatchEdit on inactive > InputConnection"); > return; > } > ic.endBatchEdit(); > return; > } > > but, > > public boolean isActive() { > return true; > } > > For some reason the Input Connection appears to be dropped. > > May I ask, on what OS/Device have you replicated this? I'm seeing this > on a G-Slate running 3.0.1. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en