Actions
Bug #22108
closedfilelinks do not open in _blank window
Start date:
2010-02-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since update from 4.2.10 to 4.3.1 the parameter target="_blank" is missing
HTML in 4.2.10: <a target="_blank" href="uploads/media/leere_seite.pdf">
HTML in 4.3.1: <a href="uploads/media/leere_seite.pdf">
Tested with Layout 3
The TYPO3 4.3.1 installation is already patched with 13283_v2.patch
because thumbnail wasn't rendered
(issue imported from #M13512)
Updated by Susanne Moog over 14 years ago
Tested on current trunk with layout 3 and the target="_blank" was there.
Can you please check which value "tt_content.uploads.20.linkProc.target" has (with the object browser) and possibly if you have jumpUrl enabled?
Updated by Igor over 14 years ago
the _blank is there again since update from 4.3.1 to 4.3.2
The value tt_content.uploads.20.linkProc.target was and is set to _blank
jumpUrl is empty
Actions