Actions
Bug #25264
closedMulti-Column image generation broken after update from 4.3.9 to 4.3.11
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Updated by Marc Bastian Heinrichs over 13 years ago
And the links are not rendered
Updated by Alexander Opitz over 10 years ago
- 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)?
Updated by Riccardo De Contardi about 10 years ago
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
Updated by Marc Bastian Heinrichs about 10 years ago
- Status changed from Needs Feedback to Closed
Thank you very much for testing. => closed
Actions