Servoy 3.5 rc7

Email validator is “better” than it was in rc6 but nulls/empty strings still have problems. Try this sequence:

  1. Attach email validation to a text field;
  2. Enter this field and type in the word “test” (my quotes);
  3. Attempt to exit the field with the tab key;
  4. Press ok to accept the dialogue’s advice that the field needs to be fixed
  5. 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:

  1. Altering the field from “test” to “test@test.com” (the chances of a user knowing to do this is remote)
  2. Tabbing out of the field;
  3. Going back to the field and then clearing the contents - the field will then accept the empty string edit.

Thanks, Michael