Feature #34288
closedTypolink should allow rel attribute
0%
Description
When I set an attribute rel="nofollow" to the href tag :
<a href="http://typo3.org/" rel="nofollow" target="_blank">Best site http://typo3.org/</a>
the result in frontend is duplicated href tag, and only one of them have set attributes:
<a href="http://typo3.org/" rel="nofollow" target="_blank">Best site</a> <a href="http://typo3.org/">http://typo3.org/</a>
This situation occurs only when in the linked text is placed the url.
I have looked to database and the content is stored correctly here.
Updated by Stanislas Rolland over 12 years ago
You mean that the link is duplicated when the text contains an url?
Updated by Stanislas Rolland over 12 years ago
- Category changed from RTE (rtehtmlarea + ckeditor) to Content Rendering
- Status changed from New to Needs Feedback
Updated by Rafal Brzeski over 12 years ago
yes, exactly,
please try with it:
<a href="http://typo3.org/" rel="nofollow" target="_blank">TYPO3 home http://typo3.org/</a>
Updated by Alexander Opitz over 11 years ago
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Rafal Brzeski over 11 years ago
I have checked this once again on TYPO3 6.1, and yes this bug is still present.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Tracker changed from Bug to Feature
- Subject changed from RTE: rel="nofollow" bug to Typolink should allow rel attribute
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Riccardo De Contardi about 9 years ago
- Category changed from Content Rendering to RTE (rtehtmlarea + ckeditor)
Updated by Riccardo De Contardi about 9 years ago
still present on 7.6-dev (latest master)
Updated by Riccardo De Contardi about 8 years ago
- Category changed from RTE (rtehtmlarea + ckeditor) to Site Handling, Site Sets & Routing
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Closed
- Target version deleted (
9.0)
I close this issue for now, as it does not affect TYPO3 version 8.7.x and CKEditor (I tested it with the code in comment 3), and RTEHtmlarea development has been stopped.
RTEHtmlarea has been decoupled from the core and its code is available on GitHub:
https://github.com/FriendsOfTYPO3/rtehtmlarea
If you still need this fixed please create a PR on GitHub.
If you think that this is the wrong decision or I have misunderstood your request, please let me know and I will reopen the issue.
Regards