Bug #16492
closedFiles having umlauts in the filename have no context-menu in filelist-module (IE6, HTTPS)
0%
Description
On IE6 and a completely HTTPS-secured backend the context-menu in the filelist-menu does not show up if there are umlauts in the filename (DOM-error). Thus files can not be deleted/renamed etc...
(issue imported from #M4098)
Updated by Rob Vonk over 15 years ago
Reproduced. You cannot create files with umlaut either. tëst.txt becomes test.txt
Verified with IE6 and Firefox 3.
Analysis:
clickmenu.js does an encodeURIComponent for the filename in the show function.
The alt_clickmenu.php gets this filename encoded and does a file_exists on the encoded name. That fails and the popup won't show.
The rest of the handling code fails as well because of the encoded name.
Updated by Chris topher over 14 years ago
When you set UTF8filesystem and forceCharset in the Install Tool, a UTF-8 file system can be used.
Is this problem (with IE and HTTPS) still there?
Updated by Chris topher over 14 years ago
I just checked that with IE8 and HTTPS:
The context menu comes up and you can e.g. rename or delete the file properly. After I gave an image file a name with an umlaut, I do no longer see the thumbnail. But this is another issue, see #21609.
There this issue here is fixed.
Updated by Steffen Gebert over 14 years ago
Tested and works with IE6 and HTTPS on TYPO3 4.3.4