Project

General

Profile

Actions

Feature #34288

closed

Typolink should allow rel attribute

Added by Rafal Brzeski about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2012-02-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

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.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #69545: Typo3 6.2 Faulty links in RTEClosed2015-09-05

Actions
Related to TYPO3 Core - Feature #75165: Extend linkhandling with optinal rel="..." attributesClosed2016-03-17

Actions
Related to TYPO3 Core - Feature #78488: Add rel="noopener noreferrer" to links when target is set to _blankClosed2016-10-28

Actions
Actions #1

Updated by Stanislas Rolland about 12 years ago

You mean that the link is duplicated when the text contains an url?

Actions #2

Updated by Stanislas Rolland about 12 years ago

  • Category changed from RTE (rtehtmlarea + ckeditor) to Content Rendering
  • Status changed from New to Needs Feedback
Actions #3

Updated by Rafal Brzeski about 12 years ago

yes, exactly,
please try with it:

<a href="http://typo3.org/" rel="nofollow" target="_blank">TYPO3 home http://typo3.org/</a>
Actions #4

Updated by Alexander Opitz almost 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)?

Actions #5

Updated by Rafal Brzeski over 10 years ago

I have checked this once again on TYPO3 6.1, and yes this bug is still present.

Actions #6

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to New
Actions #7

Updated by Mathias Schreiber over 9 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)
Actions #8

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Actions #9

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #10

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 8 LTS
Actions #11

Updated by Riccardo De Contardi over 8 years ago

  • Category changed from Content Rendering to RTE (rtehtmlarea + ckeditor)
Actions #12

Updated by Riccardo De Contardi over 8 years ago

still present on 7.6-dev (latest master)

Actions #13

Updated by Riccardo De Contardi over 7 years ago

  • Category changed from RTE (rtehtmlarea + ckeditor) to Link Handling, Site Handling & Routing
Actions #14

Updated by Riccardo De Contardi about 7 years ago

  • Target version changed from 8 LTS to 9.0
Actions #15

Updated by Riccardo De Contardi over 6 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

Actions

Also available in: Atom PDF