Project

General

Profile

Actions

Bug #75804

closed

Bug #71298: Fix missing/broken RTE features after Link Handler API merge

RTE.classesAnchor.[ id-string ].titleText is not applied correctly

Added by Nicolai Schirawski about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2016-04-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Remote Sprint

Description

TEST 1:

in page-tsConfig set:
RTE.classesAnchor.internalLink.titleText = Title internalLink

in BE add a new link in RTE.

=> A new window "insert Link" pops up.
- Tab "page" Title is correctly filled with "Title internalLink"
- switch to any other tab
- titles are incorrect: "Title internalLink"

TEST 2:

in page-tsConfig set:
RTE.classesAnchor.internalLink.titleText >
RTE.classesAnchor.externalLinkInNewWindow.titleText = Title externalLinkInNewWindow
RTE.classesAnchor.download.titleText = Title download

in BE add a new link in RTE.
- Tab "page": Title is empty - correct
- klick tab "external Url": Title is "Title externalLinkInNewWindow" - correct
- klick tab "file": Title is "Title externalLinkInNewWindow" - incorrect
- klick tab "page": Title is now "Title externalLinkInNewWindow" - incorrect

Conclusion:
I seems that the first non-empty value is taken to fill the field "title" and that switching tab is simply ignored.
I assume it's a javascript-bug.


Files

linkTitleBug.png (8.44 KB) linkTitleBug.png Andreas Lau, 2016-09-06 10:58

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #78971: Link Wizard keeps title default value so the kind of link changesNewMarkus Klein2016-12-13

Actions
Actions

Also available in: Atom PDF