Bug #16492
closed
Files having umlauts in the filename have no context-menu in filelist-module (IE6, HTTPS)
Added by old_root old_root about 18 years ago.
Updated about 6 years ago.
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)
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.
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?
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.
Tested and works with IE6 and HTTPS on TYPO3 4.3.4
- Status changed from Resolved to Closed
Also available in: Atom
PDF