Bug #51096
closedEmail link with spaces in subject doesn't work
0%
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.
email@domain.tld?subject=more than on word --> <a href="mailto:email@domain.tld?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!
Updated by Philipp Gampe over 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
Updated by Mathias Schreiber almost 10 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.