Project

General

Profile

Actions

Bug #99978

closed

Element browser: subject/body params for mailto links are not possible / fail validation

Added by Andreas Kießling over 1 year ago. Updated 11 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2023-02-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

When configuring a mailto link in in the element browser that is launched from the RTE, i can not add a subject or body param because the input field is set to type email. Example: ?subject=Registration&body=Event%20XYZ

In 10.4, the input field is of type text and i can add the params without a problem and the link is rendered in the frontend.

This kind of refers to https://forge.typo3.org/issues/89264 so this should be fixed in 11.5 to get the functionality back.


Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Bug #89264: Mailto links in RTE cannot use ampersand to add further arguments like subject=foo&body=barClosed2019-09-25

Actions
Related to TYPO3 Core - Bug #98388: telephone number in link browser should be validated when setClosedAndreas Kienast2022-09-21

Actions
Related to TYPO3 Core - Bug #91734: RTE: Wrong href value after importNew2020-07-01

Actions
Actions #1

Updated by Andreas Kießling over 1 year ago

  • Related to Bug #89264: Mailto links in RTE cannot use ampersand to add further arguments like subject=foo&body=bar added
Actions #2

Updated by Andreas Kießling over 1 year ago

  • Related to Bug #98388: telephone number in link browser should be validated when set added
Actions #3

Updated by Benni Mack about 1 year ago

  • Status changed from New to Needs Feedback

Can you check if the problem still happens in TYPO3 v12? We've reworked the subject + body parameters properly now.

Actions #4

Updated by Benjamin Franzke 10 months ago

  • Parent task set to #99669
Actions #5

Updated by Benjamin Franzke 10 months ago

  • Parent task deleted (#99669)
Actions #6

Updated by Rémy DANIEL 4 months ago

  • Related to Bug #91734: RTE: Wrong href value after import added
Actions #7

Updated by Riccardo De Contardi 11 days ago

  • Status changed from Needs Feedback to Closed

I close this issue as solved.

On TYPO3 12 and 13 the link wizard that opens in the RTE contains the following distinct fields for the "email" links:

  • Title
  • Email Address
  • Subject
  • CC
  • BCC
  • Body

The resulting link is something like:

<p><a href="mailto:test@gmail.com?subject=subject&amp;cc=test2%40gmail.com&amp;bcc=test3%40gmail.com&amp;body=This%20it%20the%20test" title="test">test</a></p>

If you think that this is the wrong decision or there is still work to do here, please open a new issue with a reference to this one. Thank you.

Actions

Also available in: Atom PDF