Bug #18488
closedFilelist and IE6 - Cannot view filelist, upload files, or create directories
0%
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
Updated by Steffen Kamper over 16 years ago
I can confirm that.
Very strange, has to be examined
Updated by Steffen Kamper over 16 years ago
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>
...
Updated by Steffen Kamper over 16 years ago
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
Updated by Markus Koch over 16 years ago
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?
Updated by Steffen Kamper over 16 years ago
you can ignore the (JS-)Error in IE7, the filelist is shown in IE7, but not in IE6
Updated by Markus Koch over 16 years ago
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.
Updated by Ingo Schmitt over 16 years ago
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.