Project

General

Profile

Actions

Bug #29775

closed

RTEhtmlarea mailto-Links in Firefox broken

Added by Stephan Großberndt over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
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 ) 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 ""

The problem does not occurr at least in Safari (tested with 5.0.5).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29141: RTE, Firefox 6 and mailto linksClosedStanislas Rolland2011-08-22

Actions
Actions

Also available in: Atom PDF