I'm noticing that on Android 2.3, TYPE_TEXT_CHANGED events with text
greater than a certain size aren't sending updated text even though
beforeText is accurate. Is this a known bug?
In particular, I'm adding to a text area. I see beforeText growing by an
expected number of characters, but the length of text stays at 501.
Is this a known issue in 2.3? I can't easily test whether it still
exists in 4.0 because I don't have a device with a keyboard or the
ability to hook one up. And I'd rather not peck out 501 characters on
the awkward touchscreen keyboard.
But if I should stop trying to fix this in Spiel then it'd be great to
know that. :)