View Single Post
Posts: 86 | Thanked: 54 times | Joined on Mar 2010
#57
Originally Posted by Mentalist Traceur View Post
Lol. Nice and to the point. I like it. (I agree. Give realsportscars money. )

...

I did get a couple of text-input-doesn't-get-committed moments, however, they happened less, and I got the text to commit more often. I haven't had the time to see a pattern for when they commits happen or when they don't yet; just that they seem to get committed more consistently, with less text-not-committed bugs.
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
 

The Following User Says Thank You to dannycamps For This Useful Post: