[TYPO3-core] RFC #5186: Bug: fixed rendering of multi-column image rows

Jigal van Hemert jigal at xs4all.nl
Thu Nov 11 20:08:13 CET 2010


Hi,

On 11-11-2010 13:36, Michael Bürgi wrote:
>> I would help testing if you could provide a recipe how to reproduce
>> theproblem.
>
> Thanks for your reply. I have now provided information in the bug report
> that let you reproduce the problem.
> http://bugs.typo3.org/view.php?id=5186

I look a bit deeper and found that you meant:

- Insert a content element Image in a page
- insert 5 images (> 140 pixels wide each)
- set number of columns to 5, position Above,left
- set tt_content.image.20.maxW = 728
       tt_content.image.20.colSpace = 10

Without patch the images are each 138 pixels wide;
5 * 138 + 4 * 10 = 730 pixels (2 pixels too much)

With the patch the images are 137 or 138 pixels wide;
2 * 137 + 3 * 138 + 4 * 10 = 728 pixels (correct)

With this setting: +1 by reading and testing

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-team-core mailing list