I just noticed an strange behavior of EditText when doing a rotation. The text content gets duplicated!
I could reproduce the issue on my phone with gtalk too. Just start a new conversation, type anything on the EditText and then rotate your device. You will get a duplicate string in the rotated EditText. This only happens on first rotation.
Just to make sure it isn't only on my phone, I tested it on the emulator and it also duplicated the text content.
This only happens on 2.3.3+
I tried on a emulator with a 2.1 image and it works ok.
Can you confirm that?
Thanks in advance.