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 #1

Updated by Patrick Broens over 16 years ago

The module template loader didn't care about Prototype, which it should. With new patch when module template is set, Prototype is also loaded. Only happened in certain cases when Prototype was not available, for instance when no clickmenu was available

Actions #2

Updated by Steffen Kamper over 16 years ago

I can reproduce it in IE6 all the time. After login i go to web>page and before content is loaded error comes up.

Actions #3

Updated by Steffen Kamper over 16 years ago

thanks for the patch which solves the problem!

Actions #4

Updated by Patrick Broens about 16 years ago

committed to svn, revision 3177

Actions

Also available in: Atom PDF