I am seeing the same thing regarding some cases where initial text entry doesn't get passed back to the application's text field. It works more than it doesn't though - seems to be only the first time I try to input text. Also - working with password fields on web-forms is interesting. For example: First text input: MyWrongPassword Textbox displays: MyWrongPassword Go to edit text again and clear out "MyWrongPassword" and enter "MyCorrectPassword" Textbox displays: MyWrongPasswordMyCorrectPassword And this keeps going on :-) -DJ