Project

General

Profile

Actions

Bug #20906

closed

JS Error with IE6

Added by Juraj Sulek over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I use Typo3 4.2.8 when i log in the BE with IE6 and i try to work(open a page, edit content) i will become the js error message "Object is required (line 3788) (prototype.js)"

it should be this line:
return {
x: event.pageX || (event.clientX +
(document.documentElement.scrollLeft || document.body.scrollLeft)),
y: event.pageY || (event.clientY +
(document.documentElement.scrollTop || document.body.scrollTop))
};

i use the companion.js for javascript debuging.

(issue imported from #M11751)

Actions

Also available in: Atom PDF