Project

General

Profile

Actions

Bug #75213

closed

Missing Anchors for PDFs

Added by Geddo no-lastname-given about 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-03-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi gang,

since I need anchors for (PDF-)Files in my current project I discoverd that section- and additionalParams-Tags are getting ignored when linking to a PDF-File.

I you can check it by creating a link to a PDF via RTE or you can test this fluid snip:

WORKS: <f:link.page pageUid="1" section="peter">test</<f:link.page>
DOESNT: <f:link.page pageUid="file:1" section="peter">test</f:link.page>

WORKS: <f:link.page pageUid="1" additionalParams="{test:'peter'}">test</<f:link.page>
DOESNT: <f:link.page pageUid="file:1" additionalParams="{test:'peter'}">test</f:link.page>        

And if you think of typolink:
WORKS: <f:link.typolink parameter="1" >test</f:link.typolink>
DOESNT: <f:link.typolink parameter="file:1" additionalParams="&test=peter">test</f:link.typolink>
ALSO DOESNT: <f:link.typolink parameter="file:1#peter">test</f:link.typolink>

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Feature #87102: add possibility to add an anchor in file linksClosed2018-12-07

Actions
Related to TYPO3 Core - Bug #84999: lowlevel_cleaner missing_files complains when anchor is in filenameClosed2018-05-14

Actions
Related to TYPO3 Core - Bug #90916: Page type external URL, removes fragments from relativ URLs Closed2020-04-01

Actions
Related to TYPO3 Core - Bug #91357: Typolink strips #Closed2020-05-11

Actions
Actions

Also available in: Atom PDF