Actions
Bug #81625
closedExternal links in RTE can not have an ampersand
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2017-06-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
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
Actions