Strange behavior when pressing return in editable native textbox on Android devices

I’m developing an app where the user is able to edit multiline text using a native textbox and then redisplay their text in a display.newText object once they are finished editing. The problem is if the return key is pressed (triggering a newline) anything they type after that is lost. When I pass the string to the newText object to update it the newline and all the text after the newline is lost. The problem only happens on Android devices (I tested on a Nook color and Galaxy Tab). There are no problems on the Mac simulator or iOS devices.

I entered this as a bug, Case 18319, and submitted it with a modified version of the Coronalabs sample code for native display objects to illustrate the problem.

This may sound like an esoteric kind of thing but it’s a showstopper for my project. [import]uid: 9422 topic_id: 32308 reply_id: 332308[/import]