Actions
Bug #18199
closedJS Errors with IE6 and new backend
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
Actions