Project

General

Profile

Actions

Bug #81202

closed

linkToTop in css_styled_content broken in TYPO3 7

Added by Simon Schaufelberger almost 7 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
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:

https://git.typo3.org/Packages/TYPO3.CMS.git/blob/9219e4fa9af5e4bd2ea1f208056cb396667cce45:/typo3/sysext/css_styled_content/static/setup.txt#l537

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

cssstyledcontentlinktotop.png (203 KB) cssstyledcontentlinktotop.png Joerg Kummer, 2018-08-12 12:46

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #65934: Move prefixLocalAnchors to compatibility6ClosedBenni Mack2015-03-23

Actions
Actions #1

Updated by Simon Schaufelberger almost 7 years ago

  • Related to Bug #65934: Move prefixLocalAnchors to compatibility6 added
Actions #2

Updated by Simon Schaufelberger almost 7 years ago

  • Description updated (diff)
Actions #3

Updated by Simon Schaufelberger almost 7 years ago

  • Description updated (diff)
Actions #4

Updated by Simon Schaufelberger almost 7 years ago

  • Description updated (diff)
Actions #5

Updated by Simon Schaufelberger almost 7 years ago

Found this snippet. Why not integrate it into the core?

tt_content.stdWrap.innerWrap2 = {LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}
tt_content.stdWrap.innerWrap2.stdWrap {
  typolink.parameter.data = TSFE:id
  typolink.section = top
  wrap = <p class="csc-linkToTop">|</p>
}

Source: https://typo3.org/documentation/snippets/sd/112/

Actions #6

Updated by Christoph Lehmann almost 7 years ago

Or maybe

tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</a></p>

Actions #7

Updated by Susanne Moog over 6 years ago

  • Category changed from Content Rendering to Frontend
  • Complexity set to easy
Actions #8

Updated by Riccardo De Contardi almost 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #9

Updated by Joerg Kummer over 5 years ago

It also occurs in TYPO3 v8.

I'm on it

Actions #10

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57774

Actions #11

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57775

Actions #12

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57775

Actions #13

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57778

Actions #14

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57778

Actions #15

Updated by Joerg Kummer over 5 years ago

To reproduce this issue, install EXT:reaurl & EXT:css_styled_content.
Create a subpage (you need a human speaking url path in frontend).
Create a standard content element, where you check 'Append with Link to Top of Page' under tab 'Appearance'.
Set TS template for this page (or pagetree) as root (option clear constants and setup) with setup as in this description and include css_styled_content extension template.

The 'Link to top' does not contain full path, without the patch in TYPO3 8 and 7.

Actions #16

Updated by Joerg Kummer over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #17

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF