Bug #25264
closed
Multi-Column image generation broken after update from 4.3.9 to 4.3.11
Added by Marc Bastian Heinrichs over 13 years ago.
Updated about 10 years ago.
Description
There was a change commited in 4.3.10 from issue #17107
This change make our multi-column image generation broken.
See screenshots. The maxW is set to 526 and the colSpace is 10.
So each image width has to be 258 as in T3 4.3.9
(issue imported from #M17876)
Files
And the links are not rendered
- Category deleted (
Communication)
- Status changed from New to Needs Feedback
- Target version deleted (
0)
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?
Seems not present in TYPO3 6.2.6
1. TS Constants:
styles.content.imgtext.maxWInText = 526
styles.content.imgtext.maxW = 526
styles.content.imgtext.colSpace = 10
2. in page, create a CE Images only, with 4 images, grouped in 2-elements columns
3.generated HTML:
<div id="c24" class="csc-default image">
<div class="csc-textpic csc-textpic-center csc-textpic-above">
<div class="csc-textpic-imagewrap" data-csc-images="4" data-csc-cols="2">
<div class="csc-textpic-center-outer">
<div class="csc-textpic-center-inner">
<div class="csc-textpic-imagerow">
<div class="csc-textpic-imagecolumn csc-textpic-firstcol">
<figure class="csc-textpic-image csc-textpic-last">
<img src="fileadmin/_processed_/csm_dummy_5d326cb341.png" width="258" height="194" alt="">
</figure>
</div>
<div class="csc-textpic-imagecolumn csc-textpic-lastcol">
<figure class="csc-textpic-image csc-textpic-last">
<img src="fileadmin/_processed_/csm_dummy2_b22e51d597.png" width="258" height="194" alt="">
</figure>
</div>
</div>
<div class="csc-textpic-imagerow csc-textpic-imagerow-last">
<div class="csc-textpic-imagecolumn csc-textpic-firstcol">
<figure class="csc-textpic-image csc-textpic-last">
<img src="fileadmin/_processed_/csm_dummy3_89f64e7dea.png" width="258" height="194" alt="">
</figure>
</div>
<div class="csc-textpic-imagecolumn csc-textpic-lastcol">
<figure class="csc-textpic-image csc-textpic-last">
<img src="fileadmin/_processed_/csm_dummy4_dfc0cba7d5.png" width="258" height="194" alt="">
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
258+10+258 = 526
- Status changed from Needs Feedback to Closed
Thank you very much for testing. => closed
Also available in: Atom
PDF