Project

General

Profile

Actions

Bug #28350

closed

imageLinkWrap and StdWrap Inconsistent

Added by Sebastian Steinmetz almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Category:
Image Cropping
Target version:
Start date:
2011-07-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using imageLinkWrap and using JSWindow, the stdWrap is applied to the image itself, and the link is surrounded:

<a href="">
  STDWRAP
    <img>
  STDWRAP
</a>

But when not using JSWindow, but directImageLink, the stdWrap is applied to the link too:

STDWRAP
  <a href="">
    <img>
  </a>
STDWRAP

It would be helpful inserting (via stdWrap.innerWrap for example) something inside the link tags as it would be possible when using JSWindow. So the stdWrap should be applied before adding the typolink.


Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #25036: stdWrap in imageLinkWrap only renders when image_zoom is selectedClosed2011-02-14

Actions
Is duplicate of TYPO3 Core - Bug #18606: tt_content.image.20.1.stdWrap.wrap redered at wrong placeClosed2008-04-11

Actions
Actions

Also available in: Atom PDF