I'm not sure if more people have had this problem, but the webform does not work very well in Google Chrome. This is because Chrome tries to be smart about an input of type date, and presents a calendar popup where the user can choose date. However, Chrome will generate date of format YYYY-mm-dd, while the validator expects slashes as field separators, so it will make it inacceptible by the validator and fails to submit.
This is also why this report comes in today, and not yesterday evening (I had to change to Firefox) Jan Arve _______________________________________________ Releasing mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/releasing
