Project

General

Profile

Actions

Bug #51096

closed

Email link with spaces in subject doesn't work

Added by Johannes C. Laxander almost 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-08-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

An email link mit subject parameter doesn't work, when the subject has more than one word, and the words are splitting by a space.

?subject=more than on word --> <a href="mailto:?subject=more" target="than" class="one" title="word">text</a>

Spaces must encoding with ASCII values '%20'. Also special german characters e.g. ä,ö,ü,A,Ö,Ü,ß and other special characters must encoding with corresponding ASCII values.

I think, a normal editor can do so, and encoding parameters of an email address should be a standard function of rte!

Actions #1

Updated by Philipp Gampe almost 11 years ago

  • Status changed from New to Accepted
  • Priority changed from Must have to Could have
  • Complexity set to easy

IMHO low priority. Editors mainly use this to enter email adresses, which do not have spaces.

You can always provide a patch for this to speed things up: http://wiki.typo3.org/CWT

Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Status changed from Accepted to Closed
  • Is Regression set to No

This simply can't be done.
Typolink splits by spaces and an URL (and a mailto is nothing else than a URL) may not contain spaces.

Actions

Also available in: Atom PDF