Actions
Feature #22225
closedhtml content wrap
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Html element shouldn't be wrapped with csc-default and c-ID.
For example imagine someone put a simple clear element and it gets wrapped in div tag .. and clearing is lost as now is in container element.
It's enaugh to put something like:
- Don't wrap html elements
tt_content.stdWrap.innerWrap.cObject.if {
equals.field = CType
value = html
negate = 1
}
It would be nice to have this as default.
(issue imported from #M13727)
Updated by Susanne Moog over 14 years ago
I think if #11316 is in the core, we can close this bug, too. You then have the possibility to disable the wrap in the HTML element by choosing "No Frame". I wouldn't disable it by default for the HTML element as that would mean that that element behaves differently than all the others -> inconsistent behavior -> harder to learn.
Actions