Project

General

Profile

Actions

Bug #18488

closed

Filelist and IE6 - Cannot view filelist, upload files, or create directories

Added by Guy Newell about 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-03-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

patch-7920.txt (431 Bytes) patch-7920.txt Administrator Admin, 2008-03-26 20:56
Actions #1

Updated by Steffen Kamper about 16 years ago

I can confirm that.
Very strange, has to be examined

Actions #2

Updated by Steffen Kamper about 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>
...

Actions #3

Updated by Steffen Kamper about 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

Actions #4

Updated by Markus Koch about 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?

Actions #5

Updated by Steffen Kamper about 16 years ago

you can ignore the (JS-)Error in IE7, the filelist is shown in IE7, but not in IE6

Actions #6

Updated by Markus Koch about 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.

Actions #7

Updated by Ingo Schmitt about 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.

Actions #8

Updated by Ingo Schmitt about 16 years ago

see attached patch

Actions #9

Updated by Dmitry Dulepov about 16 years ago

Committed Ingo's patch

Actions

Also available in: Atom PDF