Actions
Bug #43253
closedCSC: figcaption problem IE <= 8
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If I use the html 5 output and I have a content element text with images(, align the image right) and use a caption, the Internet Explorer <= 8 has a problem with the width of the figcaption element: the width goes wider than the image.
I fixed it using the following typoscript:
tt_content.image.20.rendering.singleCaption.caption.wrap.override >
tt_content.image.20.rendering.singleCaption.caption.dataWrap.override = <figcaption class="csc-textpic-caption###CLASSES###" style="width:{TSFE:lastImageInfo|0}px;"> | </figcaption>
Actions