Project

General

Profile

Actions

Bug #19456

closed

Form validation script jsfunc.validateform.js sometimes fails in IE

Added by Vladimir Podkovanov about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
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

bug_9553.diff (497 Bytes) bug_9553.diff Administrator Admin, 2008-10-14 08:40
bug_9553_v2.diff (735 Bytes) bug_9553_v2.diff Administrator Admin, 2008-10-15 01:37
Actions #1

Updated by Vladimir Podkovanov about 16 years ago

have upload new patch fixing others vars there too

Actions #2

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

Also available in: Atom PDF