Bug #16319
closedClicking on the mounted folders in Filelist BE module produce javascript errors.
0%
Description
Hi,
The following errors are displayed in IE 6.0 (if debug script editor is enabled) or in Firefox 1.5.0.3 (with web developer toolbar) when clicking on a mounted folder name or icon (eg first folder) in the "File > Filelist" module :
- Error : document.getElementById("dragTitleID_" + elementID) has no properties
Source file : http://gl2tst.grandlyon.fr/typo3/alt_file_navframe.php??currentSubScript=file_list.php
Line : 342
- Error : dragIconCSS has no properties
Source file : http://gl2tst.grandlyon.fr/typo3/alt_file_navframe.php??currentSubScript=file_list.php
Line : 313
- Error : Property « border-radius » unknown. Abandoned declaration.
Source lile : http://gl2tst.grandlyon.fr/typo3/stylesheet.css
Ligne : 183
In IE if debug script editor is enabled the Contextmenu don't show up.
There is the same kind of error when making the previsualization (clicking on the zoom icon at the top of the right frame of the backend) of a versioned page in workspace.
OS and Browser:
Windows XP pro SP1, SP2
- IE6 SP1 : 6.0.2800.1106.xpsp1.020858-1920
- IE6 SP2 : 6.0.2900.2180.xpsp_sp2.050301-1519
- Firefox : 1.5.0.3
(issue imported from #M3789)
Updated by Guillaume Crico almost 18 years ago
You can check the extension : "fix404getdragdropcode" in the TER.
It may correct this bug...
Hope someone will take some code for the next Typo3 release.
Only tested with Typo3 4.0.4 !!!
Updated by Oliver Hader almost 18 years ago
Does this negative behaviour still exist in TYPO3 4.1-beta3?
Updated by Michael Stucki almost 18 years ago
No, I think this issue was solved some time ago. It had todo with special chars in a UTF-8 (the AJAX-) response...
Anyway, this is fixed now.