Bug #44615
closedCSS styled content, renders wrong width of images.
0%
Description
Am 17.01.2013 18:38, schrieb Christian Tauscher:
I have given you the wring values:
My content with is 955px so in my Constants is
styles.content.imgtext.maxW=955
styles.content.imgtext.colSpace = 30
styles.content.imgtext.borderThick = 1
styles.content.imgtext.borderSpace = 2
so far so good.
If I but 3images in a row, there thold be this:
955px -
3*2*1px (border, twice) - (6px)
3*2*2px (padding, twice) - (12px)
2 * 30px (space) (60px)
= 877px / 3 (pictres in a row) = 292.33 px
Ok ist 292px, but the HTML (TYPO3) says ist 305px and this is too much.
Ist seems the system renders only with internaly 10px of colSpace.
Updated by Christian Tauscher almost 12 years ago
Now this becames more strange.....
The CE Element with the wrong pictures is copied an inserted on top of page again.
Perfect flow.
The original Element is left were ist was. broken, wrong with.
Moving one of the elements does noch change this.
Changes the docType from html_trans to html, no result.
????
But an other image-CE....
5 Images in a row, all with a caption.
Last image Caption is not rendered.
Change the order, switching te last who images.
last image caption is redered.
Change the order, switching te last who images.
last Caption is again not rendered.
I guess there is more to dig into.
Is is my setup (reconfigure everyting) or is it TYPO3?
I'll keep on trying. Maybe ist some TemplaVoila bug? This is all to strange?
Updated by Christian Tauscher over 11 years ago
Since this weired subject is not reproduceable at all, consider so close this issue.
I does not have this since 6.0.2.
Maybe the "bug " was fixed by accident...
I will report again if I can really reproduce it.
Thank you,
Christian