Actions
Bug #78055
closedPagetree view for content elements when trying to add content element anchor links: Tooltip rendered as text
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2016-09-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
The bug occurs when you want to link a content element in the Link Wizard or RTE with the "Insert Link" action in TYPO3 8. All elements which have titles/content which is too long used to be converted into a tooltip. Now the element is rendered as clear text.
in version 7.6 it has been solved so https://forge.typo3.org/issues/76149, but in the master version is still broken
Suggestion: use {content.title -> f:format.raw()} in sysext/recordlist/Resources/Templates/LinkBrowser/Page.html:29
Actions