Actions
Bug #24733
closedLabel with comma in required form fields causes problems in popup
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2011-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using the standard form content element there is a problem with using commas in the label when the option required is set.
When the required fields are not filled out, a popup appears "you must fill out these fields.." with a list of the labels of the unfilled fields. However, this list is aborted after the first comma.
Example:
first name, last name | *name=input,40
E-Mail | *email=input,40
Adresse | address=textarea,40,3
When submitting the empty form the popup just says "first name" and omitting last name, e-mail
This problem has already been in TYPO3 versions prior to 4.5.
(issue imported from #M17223)
Actions