Actions
Bug #89265
closedLinkvalidator: URLs in RTE fields are not checked
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2019-09-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If URLs are entered in a RTE (without explicitly settings them as links with the link wizard), these will nonetheless be displayed as Links in the FE.
For this reason they should probably be checked as well.
This gets checked by linkvalidator:
<a href="https://sdfdsfsfsd/sdfsfssdf">https://sdfdsfsfsd/sdfsfssdf</a>
This does not:
https://sdfdsfsfsd/sdfsfssdf
Updated by Sybille Peters about 5 years ago
- Related to Bug #52912: Link validator does not check links in input fields added
Updated by Sybille Peters about 5 years ago
- Status changed from New to Closed
On, second thought, the correct formatting is creating, once enter is pressed in RTE. For URLs only (not links), these are not shown as links in the BE.
Actions