Bug #49051
closedCSS Styled Content receives double stdWrap
100%
Description
Since TYPO3 CMS 6.0, USER objects have a stdWrap property. css_styled_content already supported stdWrap and applied it in each of its "render" methods. This results now in stdWrap being applied twice.
The solution is to simply remove the call to stdWrap inside css_styled_content.
Updated by Francois Suter over 11 years ago
How to test. Add something like this to your template:
tt_content.image.20.stdWrap.wrap = <div style="padding: 4px; border: 1px solid red">|</div>
and observe that all image-type content elements get a double border, instead of a single one.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21358
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21358
Updated by Francois Suter over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f720c9694947636c8b90cc361469d2e44426d9cb.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21362
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21364
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21364
Updated by Francois Suter over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8fc4c1f1c9fccc452b3de4758fe6c195b3b62f73.