I have an app with a date text field. After entering the text, the app does some date checking. For example, if you enter 1/1/75, it turns it into 01/01/1975.

When i entered text using watir (text_field().set('/1/1/75)'), the date checking doesn't happen. The fix is to trigger an onblur event after changing the text. I've just checked this fix in.

By rights, we should add a unit test for this as well. Any volunteers?

At the same time i fixed this related bug:
http://rubyforge.org/tracker/index.php?func=detail&aid=1946&group_id=104&atid=487

_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to