Actions
Bug #19456
closedForm validation script jsfunc.validateform.js sometimes fails in IE
Start date:
2008-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Script jsfunc.validateform.js uses varible "a" without declaration. And if html page has an element with id="a" it causes script error then as IE thinks that "a" is object. To fix it variable should be declared: "var a;"
(issue imported from #M9553)
Files
Updated by Vladimir Podkovanov about 16 years ago
have upload new patch fixing others vars there too
Updated by Oliver Hader about 16 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 4339)
- TYPO3_4-2 (rev. 4340)
- Trunk (rev. 4341)
Actions