Bug #77830
closedfluid_styled_content: Standard header doesn't use PAGE_TARGET
100%
Description
If you set the option "styles.content.links.target" in the Constants, it will not change the link target for header links.
Tested with TYPO3 8.4.0-dev
Updated by Patrick Broens about 8 years ago
styles.content.links.target has as description in constants.txt pointing the value is used for frames:
"Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: set to "" (empty). If you have frames in the template set to "page""
Since fluid_styled_content is focussing on HTML5, this value does not make sense at all, since frames have been removed from the specification.
styles.content.links.target should be removed from constants.txt in fluid_styled_content including the use of this constant value in lib.parseFunc.ts, the only place where it is used. The typolink viewhelper does not take this into account also.
Updated by Gerrit Code Review about 8 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/49839
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49839
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49839
Updated by Arnd Messer about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63196700d48b6d54eb4a88433d211ca1d2a63d23.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed