Bug #44046
closedDescription (Caption) allocation in TYPO3 6.0.0
0%
Description
In a regular image content element i'm trying to add a text to the "Description (Caption)" field. It works fine however if the first image has no text in the "Description (Caption)" filed it'll get allocated with the first text of any image with a Description (Caption) text.
so this in the TYPO3 backend (see screenshot) :
image > Description (Caption)
jpg1 >
jpg2 >
jpg3 > Quod erat demonstrandum
jpg4 > Lorem Ipsum
gets outputted as this (see screenshot):
image > Description (Caption)
jpg1 > Quod erat demonstrandum
jpg2 > Lorem Ipsum
jpg3 >
jpg4 >
However the allocation fails for the Description (Caption) all the other (Title, Alternative Text and Link) are allocated correctly.
Also if the first image has a Description (Caption) all the following Description (Caption) allocation is correct even if one is missing in-between.
Files
Updated by Claus Harup almost 12 years ago
- File Image1.png Image1.png added
- File Image2.png Image2.png added
Im having the exact same problem :-)
See attached
Updated by Thorsten Kahler almost 12 years ago
This is not a FAL issue, it's caused by content rendering.
Updated by Thorsten Kahler almost 12 years ago
- Project changed from 1401 to TYPO3 Core
Updated by Thorsten Kahler almost 12 years ago
- Category set to Content Rendering
- Status changed from New to Accepted
- TYPO3 Version set to 6.0
Updated by Alexander Opitz over 10 years ago
- Status changed from Accepted to Closed