Bug #89994
closedWrong target value for external links
100%
Description
Hello,
since the last TYPO3 Update we encounter following problem:
If config.extTarget and styles.content.links. aren't set, the target of an external links is "< config.extTarget". By the way: according to [[https://docs.typo3.org/m/typo3/reference-typoscript/9.5/en-us/Setup/Config/Index.html#exttarget]] the default value should be "_top", but at TypoScriptFrontendController:3540 this value is set to an empty string.
Updated by Gerrit Code Review almost 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/c/Packages/TYPO3.CMS/+/62752
Updated by Susanne Moog almost 5 years ago
- Target version deleted (
Candidate for patchlevel) - PHP Version deleted (
7.3)
to reproduce:
set constant "styles.content.links.extTarget ="
set setup "config.extTarget >"
create an external link and look at the target attribute.
Updated by Susanne Moog almost 5 years ago
- Related to Bug #88325: config.intTarget and extTarget added
Updated by Gerrit Code Review almost 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62807
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e0c223b98ed84f7704659018295258b75426681e.