Project

General

Profile

Actions

Bug #18199

closed

JS Errors with IE6 and new backend

Added by Steffen Kamper over 16 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-02-13
Due date:
% Done:

0%

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

Description

with this code
// workaround since IE6 cannot deal with relative height for scrolling elements
if (/MSIE 6/.test(navigator.userAgent)) {
Event.observe(window, "resize", resizeDocBody, false);
Event.observe(window, "load", resizeDocBody, false);
}

i get "Event is undefined" in IE6 (IE7 is fine with that)

(issue imported from #M7506)


Files

20080213_RFC_7506.diff (446 Bytes) 20080213_RFC_7506.diff Administrator Admin, 2008-02-13 10:58

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #18047: Fixing docheader in the backend modulesClosedPatrick Broens2008-01-24

Actions
Actions

Also available in: Atom PDF