Project

General

Profile

Actions

Bug #16141

closed

JS error on IE 5.5 for Dynamic tab and module HighLight

Added by GUERARD Vincent about 18 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-05-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

IE5.5 doesn't support getNamedItem() javascript function.
This function is used to change class name (obj.attributes.getNamedItem("class")) in main module highlighting and dynamic tab menu header generator.

So, all extensions using dynamic tab menu header don't work on IE5.5 (only IE version 6 use this javascript function).

Connect on Typo3 BE with IE5.5
after page loaded, you can see the javascript error
- if you go to workspace module, another error appears.

If we replace this function by getAttribute and setAttribute, now it s working on IE 5.5, 6, and all other allready supported browser.

I made a patch for alt_main.php and template.php. It seems that anothers files use this function.
(issue imported from #M3465)


Files

ie5.diff (6.19 KB) ie5.diff Administrator Admin, 2006-05-31 19:36
Actions

Also available in: Atom PDF