Bug #87130
closedTMENU target is not working
100%
Description
According to the documentation https://docs.typo3.org/typo3cms/TyposcriptReference/latest/MenuObjects/Tmenu/Index.html for a TMENU a target can be entered.
In Version 9.5.1 this has no impact.
20 = HMENU 20 { entryLevel = 0 1 = TMENU 1 { target = _top NO { text = nav_title // title wrapItemAndSub = <li>|</li> } } }
Also 'altTarget' for TMENUITEM is not working
20 = HMENU 20 { entryLevel = 0 1 = TMENU 1 { target = _top NO { text = nav_title // title wrapItemAndSub = <li>|</li> altTarget = someTarget } } }
Updated by Christoph Lehmann about 6 years ago
The target can be defined in page settings in tab behaviour. I think the documentation is not up-to-date.
Do you see a usecase for setting target via TypoScript?
Updated by David Bruchmann about 6 years ago
In any frame-solution no matter if frame or iframe I think the solution by typoscript would be quite reasonable.
The updated page where I'd need it never needs it urgently but it's a single use-case and can't be generalized.
By stdWrap it still would be possible to implement it somehow but that's not straight forward and would be a bit ugly and probably slowing down parsing of the typoscript.
Updated by Gerrit Code Review almost 6 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/+/60292
Updated by Gerrit Code Review almost 6 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/+/60313
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4de8b53c9b94d71479e1fb3617281a1cb107c07c.