Bug #79918
closedOpening links in pop-up windows no longer works
100%
Description
After the rewrite of Css Styled Content, it's no longer possible to open links in pop up windows.
How to replicate.- Create a link
- Set a external link
- Set 500x500 as target
Expected behaviour is that the link opens in a new pop-up window with size 500x500. But currently the link just opens in a new tab.
The reason is that the typoscript was rewritten so that parameter.data = parameters:allParams
was changed to parameter.data = parameters:href
. This means that the link target doesn't get parsed by to resolveMixedLinkParameter
, which means that TypoLinkCodecService->decode
won't return the correct target.
Updated by Christer V almost 8 years ago
- Subject changed from Opening links in pop-upwindows no longer works to Opening links in pop-up windows no longer works
Updated by Georg Ringer almost 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/51830
Updated by Christer V over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6e927aaec4a47f0ca1aa5eb5ddac0f6d747bd319.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed