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

Updated by Martin Kutschker about 18 years ago

I think we had dropped support for IE 5.5, but if your patch doesn't break other browsers, we may add it. But the uploaded file seems to be the wrong one.

Actions #2

Updated by Martin Kutschker about 18 years ago

Please upload the correct fix.

Actions #3

Updated by Ingo Renner almost 17 years ago

IE5.x not supported

Actions

Also available in: Atom PDF