Project

General

Profile

Actions

Bug #68153

closed

Wrong image description using renderMethod = table

Added by Torben Hansen over 9 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-07-15
Due date:
% Done:

100%

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

Description

The description field of FAL images is not rendered correctly when using renderMethod = table. The problem only occurs when you have more than one image.

How to reproduce:

The TYPO3 template must include "CSS Styled content" as static template

  1. On a page, create a new image content element
  2. Insert 2 images in the content element and set the "Description (caption)" field to "image 1" and "image 2"
  3. Open the page in the frontend and you should see 2 images with the caption "image 1" and "image2"
  4. Add the following to the TypoScript template
    tt_content.image.20.renderMethod = table
  5. Open the page in the frontend and you will see, that both images will have the same caption (always the one of the last image)
Actions

Also available in: Atom PDF