Project

General

Profile

Actions

Bug #79982

closed

Jump links not working with RealURL

Added by Gerhard Rupp about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2017-02-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

Jump links for sections do not work if RealURL is enabled because "config.absRefPrefix" is not taken into account.

Therefore in template "Search.html"

<a href="#anchor_{sectionId}">... </a>

should be replaced by

<f:link.page section="anchor_{sectionId}" addQueryString="1" noCacheHash="1"> ... </f:link.page>
Actions

Also available in: Atom PDF