Bug #55947
closedInsert dataset aka reference inherits csc-section-frame from origin
0%
Description
First of all, I don´t know if this is really core or if there´s a individual csc project.
Problem:
If you Reference an object which has set an individual section frame like:
29 =< tt_content.stdWrap.innerWrap.cObject.default 29.20.10.value = csc-frame csc-default ContentBox
The referenced object is additionally wrapped by the default wrap + individual sectionframe wrap which is highly unwanted feature as you destroy layouts defined in section-frame because they are doubled for one content element. It is no option to make individual settings to avoid that as the expected behaviour seems natural to me, the actual behaviour not.
Solution:
Either remove the default wrap around referenced objects completely (my favorite - as all styles are already applied to the object) or override the wrap to default without inheriting the section frame (tt_content.stdWrap.innerWrap.cObject) setting from the referenced object.
occours in 4.7.x and 6.1.x - 6.2.beta not tested.
Cheers