Actions
Bug #29775
closedRTEhtmlarea mailto-Links in Firefox broken
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-09-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a mailto-Link in a RTE of a TYPO3 4.5.5 using Firefox (tested with 6.0.2) the mailto-Link isn't created correctly.
When the link has been set (in this example to recipient@somedomain.com) according to firebug the following html-link is in the RTE:
<a _moz_dirty="" href="mailto:recipient@somedomain.com" class="mail" title="Opens window for sending email">LINK</a>
When the record has been saved according to firebug the following html-link is in the RTE:
<a external="1" title="Opens window for sending email" class="mail" href="mailto:http://www.domain.com/typo3/mailto:typo3/mailto:recipient@somedomain.com">LINK</a>
When reediting the link in the RTE after the record was saved, the link type is still email, but the link is:
http://www.domain.com/typo3/mailto:typo3/mailto:recipient@somedomain.com
When deactivating the RTE after the record was saved, the following code is visible:
<link http://www.domain.com/typo3/mailto:typo3/mailto:recipient@somedomain.com - mail "Opens window for sending email">
When clicking the created link in the FE, the recipient of the email is "typo3/recipient@somedomain.com"
The problem does not occurr at least in Safari (tested with 5.0.5).
Actions