Bug #18488
closed
Filelist and IE6 - Cannot view filelist, upload files, or create directories
Added by Guy Newell over 16 years ago.
Updated over 14 years ago.
Description
Using IE6 with the filelist - If you click on any of the entries in the directory tree, the files in the directory are not displayed in the right hand panel. In addition, files cannot be uploaded and new directories cannot be created.
(issue imported from #M7920)
Files
I can confirm that.
Very strange, has to be examined
The view has a nested HTML, that's the reason.
<div id="typo3-docbody">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
...
ok, problem too is
div#typo3-docbody { position: absolute; }
removing this shows the filelist again.
I was astonished that the position is not needed, also top / bottom / overflow
Only problem is adjusting the height for IE6
I have the same problem with IE7 and TYPO3 4.1.6/4.2.0beta3.
The menu works with Firefox 2.0. The right pane , which should show the filelist is emtpy in FF and IE7 shows an error. What can i do?
you can ignore the (JS-)Error in IE7, the filelist is shown in IE7, but not in IE6
What can be wrong in my installation of TYPO3 when i can't see the right pane in filelist?
In IE7 i can't create or rename folders and upload files, with FF this works but i can't see any entries in fileadmin folder and the right view is empty.
Problem is caused by different definitions of body styles, especially height in the file module. Therfore the automatic hight-calculation in IE6 gets the wrong offset and calculates 0 for the total size.
Also available in: Atom
PDF