Bug #81625
closedExternal links in RTE can not have an ampersand
100%
Description
It is not possible to create an external link with more than one GET parameter in the RTE. http://domain.tld/?para1=1¶2=2 will become http://domain.tld/?para1=1¶2=2
Reproduce:
- Add a new Text Content Element
- Insert a text and add a link
- Choose External Link and insert "http://domain.tld/?para1=1¶2=2"
The URL will be `http://domain.tld/?para1=1¶2=2`
It also will not work when editing in HTML mode. As soon as you leave the HTML mode the URL will be converted.
Extensions:- css_styled_content
- rte_ckeditor
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53268
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53268
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53281
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba9d3657491ef4f84900650dd84423d7a6e0edd8.
Updated by Helmut Hummel about 5 years ago
- Related to Bug #89264: Mailto links in RTE cannot use ampersand to add further arguments like subject=foo&body=bar added