Project

General

Profile

Actions

Bug #79918

closed

Opening links in pop-up windows no longer works

Added by Christer V about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2017-02-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

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.

Actions #1

Updated by Christer V about 7 years ago

  • Subject changed from Opening links in pop-upwindows no longer works to Opening links in pop-up windows no longer works
Actions #2

Updated by Georg Ringer about 7 years ago

  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Christer V about 7 years ago

  • Target version set to 8 LTS
Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Christer V about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF