[TYPO3-dev] Is there a serious bug in frontend rendering (CSS styled content) in TYPO3 4.3-dev (revision 4741)?

Erik Svendsen erik at linnearad.no
Sun Jan 18 11:15:40 CET 2009


I have some rendering problems/error after upgrading a test installation 
from 4.3.0alpha1 to latest trunk (revision 4741)

On this site the content elements are using different frames, tt_content.stdWrap.innerWrap.cObject, 
defined in root template like this.

tt_content.stdWrap.innerWrap.cObject.1.value = <div class="borderBox"><span 
class="blueLine">&nbsp;</span>|<span class="blueLine">&nbsp;</span></div>
tt_content.stdWrap.innerWrap.cObject.5.value = <div><b class="bread-line"></b><div 
class="csc-frame csc-frame-bkg">|</div><b class="bread-line"></b></div>

This should give follwing wrapping of the content element with innerWrap 
1 in FE.
       <div class="borderBox"><span class="blueLine">&nbsp;</span>|<span 
class="blueLine">&nbsp;</span></div>

Which is the rendering TYPO3 4.3.0alpha1 gives

But the result in FE with revision 4741 are:
       <div class="csc-frame csc-frame-rulerBefore" id="c26"></div>

I notice that the datawrap is changed from the old <a id="c26" /> to be a 
part of the "innerWrap" (rendering). Can't find these changes in the TypoScript 
for CSS Styled Content, so I presume it's somewhere in the php code.

I have tested also on another installation, with same result.

If there are made changes which makes specific configuration of tt_content.stdWrap.innerWrap 
not working, this will proabably break a lot of TYPO3 installations.

But maybe I have missed a point.

WBR,
Erik Svendsen
www.linnearad.no






More information about the TYPO3-dev mailing list