Bug #24645
closedIE8 doesn't create links
0%
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)
Updated by Kornexl Anton almost 14 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" 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" class="external-link-new-window">line3</a></li></ul>
This problem destroys the following link in a link list
Updated by Stanislas Rolland almost 14 years ago
Please test patch attached to issue 0017160. Clear RTE cache, using the BE Clear cache menu, after applying the patch.
Updated by Stanislas Rolland almost 14 years ago
There were still problems with link editing in IE.
New patch was uploaded on issue 0017160.