-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.6, 3.2.0-dev
-
Fix Version/s: 3.1.9-RC1
-
Component/s: None
-
Labels:None
The HTML input elements used in phpBB use the size and maxlength settings incorrectly. They should be used as outlined here:
http://www.w3.org/TR/2014/REC-html5-20141028/forms.html#the-input-element
For example, inputs of type number should not have the size or maxlength attributes set but rather use min and max.
- caused
-
PHPBB3-14890 Wrong validation of input field in profile field type string
-
- Closed
-