Actions
Bug #17835
closedthumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php
Start date:
2007-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In File->Filelist, if I check "Display thumbnails" the following html is generated:
<img src="thumbs.php?&dummy=1195163985&file=%2Fsrv%2Fwww%2Fhtdocs%2Fdummy%2Ffileadmin%2Fuser_upload%2Fbild.gif&md5sum=82a03a5045" hspace="2" title="bild.gif" alt="">
This code does not show the thumbnail image in Mozilla Firefox 2.0.0.9/Windows. It works in IE and Opera though.
Shouldn´t it generate code like:
<img src="thumbs.php?dummy=1195164444&file=/srv/www/htdocs/dummy/fileadmin/user_upload/bild.gif&md5sum=82a03a5045" ... >
tested with Typo3 4.1.3 on SuSE10.0 (x86-64), apache2-2.0.54, php4-4.4.0, mysql-4.1.13 and SuSE10.3 (x86-64), apache2-2.2.4, php5-5.2.4, mysql-5.0.45
(issue imported from #M6808)
Actions