Actions
Bug #82018
closedOnce a linkwizard created an external link it will stay external
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2017-08-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use the link wizard in an RTE to modify an External URL to a Page link the attribute data-htmlarea-external="1" will stay causing the link to remain an external URL. The next time you edit the link the External URL tab opens with a not so pretty URL as link uri.
The cause is that in UrlLinkHandler.js the data-htmlarea-external="1" is set, but in none of the other link handler scripts it is removed or set to "0".
Actions