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 #1

Updated by Alexander Grein over 12 years ago

May be the same problem already described in this issue (already fixed in 4.5.6):
http://forge.typo3.org/issues/29167

Actions #2

Updated by Helmut Hummel over 12 years ago

  • Status changed from New to Needs Feedback

Can you check with 4.5.6? This should have been fixed.

Actions #3

Updated by Helmut Hummel over 12 years ago

  • Target version deleted (4.5.7)
Actions #4

Updated by Stephan Großberndt over 12 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

Actions #5

Updated by Stanislas Rolland over 12 years ago

Please try to clear the RTE cache using the BE Clear cache mmenu.

Actions #6

Updated by Stephan Großberndt over 12 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.

Actions #7

Updated by Stanislas Rolland over 12 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.

Actions #8

Updated by Stanislas Rolland over 12 years ago

  • Status changed from Needs Feedback to Resolved
  • Assignee set to Stanislas Rolland
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF