Email validator is “better” than it was in rc6 but nulls/empty strings still have problems. Try this sequence:
- Attach email validation to a text field;
- Enter this field and type in the word “test” (my quotes);
- Attempt to exit the field with the tab key;
- Press ok to accept the dialogue’s advice that the field needs to be fixed
- Now, try to exit the field after backspacing to remove the word “test”
It is possible to exit the field with an empty string by:
- Altering the field from “test” to “test@test.com” (the chances of a user knowing to do this is remote)
- Tabbing out of the field;
- Going back to the field and then clearing the contents - the field will then accept the empty string edit.
Thanks, Michael