Actions
Bug #16122
closedFirst caption doubled in splitted captions in "renderMethod=table"
Start date:
2006-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Change renderMethod to table:
tt_content.image.20.renderMethod = table
Enable the imageTextSplitting with the constant (default in 4.0-mode):
styles.content.imgtext.imageTextSplit = 1
The first caption will appear in the first and second image, and just then you will get the remaining captions:
Image 1 = Caption 1
Image 2 = Caption 1
Image 3 = Caption 2
...
(issue imported from #M3416)
Files
Updated by Ernesto Baschny over 18 years ago
Attached patch brings the captionSplit.renderObj back and also fixes this new issue.
Updated by Ernesto Baschny over 18 years ago
Fixed in 4.0.1.
Commited to CVS (trunk and TYPO3-4_0)
Actions