Actions
Bug #81202
closedlinkToTop in css_styled_content broken in TYPO3 7
Start date:
2017-05-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
Since config.prefixLocalAnchors was removed from the core with #65934 and outsourced into compatibility6 extension, all linkToTops are not working any more if realurl is used.
Testcase:
config { prefixLocalAnchors = all baseURL = http://www.example.com } page = PAGE page { 1 < styles.content.get }
Add a new content element and check the checkbox "Append with Link to Top of Page" in Access tab.
This is the broken typoscript setup in css_styled_content:
Expected:
<a href="path/to/page.html#">Link to top</a>
Actual Output:
<a href="#">Link to top</a>
with a baseurl set links to the root page.
Files
Actions