Users of Droid/Milestone are reporting a crash in my app, which is reproducable for them. The crash happens when they use the app in landscape with the virtual keyboard. I've managed to get stack traces (http://pastebin.ca/1705719), and it shows the crash happening because TextView is calling SpannableStringBuilder#subSequence with a bad range.
I've been unable to reproduce the problem on a 2.0(.1) emulator (I don't have a droid device), but they can reproduce it every time. I wrote a small dummy app (apk: http://min.ie/2tF, src: http://min.ie/2tG) to see if it happens again, and it did, with the same stack trace. Any ideas on how to work around this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

