Actions
Bug #59163
closedMissing wrapper tag for TCEforms with tabs disabled
Start date:
2014-05-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
#49647 added an extra check that prevents the wrapping of TCEforms with a div that brings the background color if inline-elements are present.
This is a wrong check and should be removed.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30461
Updated by Frans Saris over 10 years ago
Easy to test:
Set $GLOBALS['TCA']['tt_content']['ctrl']['dividers2tabs'] = 0;
And add a content element with images.
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30461
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d357653bf15a313ae954280f28b82b2f93238355.
Actions