Actions
Bug #24971
closedvalidateform.js can't handle lower and upper quantifiers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If in a form a EREG expression contains a quantifier such as \\d{2,4} the Javascript validateform won't work, because it splits the EREG-field by commas.
see #22127 on commas in form labels, which is basically the same problem.
It would probably a good idea to escape or encode the EREG-field somehow.
(issue imported from #M17499)
Actions