Project

General

Profile

Bug #45605

Updated by Björn Jacob over 8 years ago

The following validations do not work properly: 
 * e-mail address: there is no regex behind the test. It just looks for "@" surrounded by text. 
 * -mandatory mandatory for select-boxes: this validation ALWAYS succeeds because it is not possible to add an empty select-option.- -> see #69396 select-option. 
 * -length-validation (e.g. for simple text-inputs) with a given range doesn't work because the saved length is always 0.- -> see #69024

Back