Project

General

Profile

Actions

Bug #77084

closed

Link-Wizard: RTE.classesAnchor.[...].target without effect if targetSelector.disabled = 1

Added by Ralf Hettinger almost 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2016-07-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Test setup:

RTE {
  classesAnchor {
    externalLink {
      class = external-link
      type = url 
      target = _self
    }
    externalLinkInNewWindow {
      class = external-link-new-window
      type = url 
      target = _blank
    }
  }
  default.buttons.link {
    url.properties.class.default = external-link-new-window
    targetSelector.disabled = 1
  }
}

Expected behaviour: on setting an external link with default class "external-link-new-window", target is set to "_blank". On changing the class to "external-link", target is set automatically to "_self"

Current behaviour: target is always set to "_self" and there is no way to change this due to the setting targetSelector.disabled = 1

Actions #1

Updated by Mona Muzaffar about 7 years ago

  • Status changed from New to Needs Feedback

I couldn't reproduce this issue with TYPO3 7.6.17.
After including your RTE test setup configuration I could choose a class but not a target.
The target of 'external-link-new-window' was set to '_blank' and 'external-link' to '_self'

Could you check whether you still experience this issue or if this was solved?
If you are still experiencing this issue, it would be great if you could give some more information about your system and setup.

Actions #2

Updated by Riccardo De Contardi almost 7 years ago

  • Status changed from Needs Feedback to Closed

No feedback since 90 days > closing.

If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, then please reopen it or open a new issue with a reference to this one. Thank you!

Actions

Also available in: Atom PDF