Bug #29775
closedRTEhtmlarea mailto-Links in Firefox broken
0%
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).
Updated by Alexander Grein about 13 years ago
May be the same problem already described in this issue (already fixed in 4.5.6):
http://forge.typo3.org/issues/29167
Updated by Helmut Hummel about 13 years ago
- Status changed from New to Needs Feedback
Can you check with 4.5.6? This should have been fixed.
Updated by Stephan Großberndt about 13 years ago
The problem still occurrs in 4.5.6, tested in Firefox 6.0.2 and 3.6.16
It does not occurr in Safari 5.0.5, Chrome 13, Opera 11.51.
I don't think this bug is related to http://forge.typo3.org/issues/29167
Updated by Stanislas Rolland about 13 years ago
Please try to clear the RTE cache using the BE Clear cache mmenu.
Updated by Stephan Großberndt about 13 years ago
Clearing the RTE cache using the BE Clear cache menu does not work. The typo3temp/rtehtmlarea directory still contains multiple *_compressed.js files of various age.
But was a cache issue: Before manually deleting all files in typo3temp/rtehtmlarea the email links were created as broken links (tested with FF 6.0.2), afterwards they were created correctly.
Updated by Stanislas Rolland about 13 years ago
Stephan Grossberndt wrote:
Clearing the RTE cache using the BE Clear cache menu does not work. The typo3temp/rtehtmlarea directory still contains multiple *_compressed.js files of various age.
I was unable to reproduce this behaviour of the Clear RTE cache option.
Updated by Stanislas Rolland almost 13 years ago
- Status changed from Needs Feedback to Resolved
- Assignee set to Stanislas Rolland