Project

General

Profile

Actions

Bug #15727

closed

File > Filelist module's context menu fails in IE when German language pack is installed (AJAX related problem!)

Added by J¶rg Wagner about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2006-02-27
Due date:
% Done:

0%

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

Description

After installation and activation of German language pack (csh_de) in BE the File > Filelist module (then called "Datei > Dateiliste") does not show context menus any more when clicking on the icon of any file using IE6 as a browser on Windows. FireFox in contrast works fine.
When JS debugger is installed in IE, it reports a JS error in Line 134 of file filelist.php:
"null" is Null or not an object
Attention: Line 134 is counted here in the HTML-Output of filelist.php, not in the original PHP file. The error takes place in the first line of JS function showClickmenu_ajax():
if (t3ajax.getElementsByTagName("data")[0]) {
Further debugging with the JS debugger shows that the variable t3ajax in the above condition is Null and thus causes the error!
...

Local System:
Win XP, SP2
IE6 SP2

Reproducable with Typo3 running either on local machine or on external server, but in both cases only tested with Apache2 running on Windows, with PHP4.4.
(issue imported from #M2703)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15657: left-click in filelist is broken (IE6)ClosedBenni Mack2006-02-17

Actions
Actions

Also available in: Atom PDF