Project

General

Profile

Actions

Bug #24645

closed

IE8 doesn't create links

Added by Kornexl Anton over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-18
Due date:
% Done:

0%

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

Description

If the link text contains blanks or special characters the rte (with IE8) does not creat the link.
Marking prof.il and klicking on insert link does not create a link.

The problem does not exist with other browsers (opera, FF)
IE 8 has the following info
IE 8.0.7600.16385 64 bit

The problem exists after an update of TYPO3 from 4.4.4 to 4.4.6 on 3.1.2011

(issue imported from #M17121)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #24678: htmlArea RTE: Link editing problems in Internet ExplorerClosedStanislas Rolland2011-01-20

Actions
Actions #1

Updated by Stanislas Rolland over 13 years ago

Maybe related to #0016124?

Actions #2

Updated by Kornexl Anton over 13 years ago

The problem description is misleading; the problem occurs also with a single word link text
Starting with the follwing example:
<ul><li>line1</li><li>line2</li><li><a external="1" href="http://line3.de&quot; class="external-link-new-window">line3</a></li></ul>

If i want to change line2 to a hyperlink (http://line2.de), then line3 gets changed (to new hyperlink http://line2.de) and line 2 does not get the link.

the result is:
<ul><li>line1</li><li>line2</li><li><a external="1" href="http://line2.de&quot; class="external-link-new-window">line3</a></li></ul>

This problem destroys the following link in a link list

Actions #3

Updated by Stanislas Rolland over 13 years ago

Please test patch attached to issue 0017160. Clear RTE cache, using the BE Clear cache menu, after applying the patch.

Actions #4

Updated by Kornexl Anton over 13 years ago

problem solved

Actions #5

Updated by Stanislas Rolland over 13 years ago

There were still problems with link editing in IE.

New patch was uploaded on issue 0017160.

Actions

Also available in: Atom PDF