Project

General

Profile

Actions

Bug #18955

closed

Modifying a file link in IE6, the popup indicates an external url when used special chars like german umlauts

Added by Thomas Loeffler about 16 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-13
Due date:
% Done:

0%

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

Description

When modifying a file link in the BE with IE6, the function parseCurUrl indicates an external url instead of a file link, because the IE6 sends the url in the wrong encoding. This happens only, if special chars are in the url.

After adding the class tx_rtehtmlarea_browse_links in line 117:

$this->curUrlArray['href'] = utf8_decode($this->curUrlArray['href']);

the url has the right encoding. It is a bad hack, but it works.

Tested in IE6, IE7 and FF.

(issue imported from #M8708)

Actions

Also available in: Atom PDF