Actions
Bug #68153
closedWrong image description using renderMethod = table
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
- On a page, create a new image content element
- Insert 2 images in the content element and set the "Description (caption)" field to "image 1" and "image 2"
- Open the page in the frontend and you should see 2 images with the caption "image 1" and "image2"
- Add the following to the TypoScript template
tt_content.image.20.renderMethod = table
- 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