[TYPO3-dev] Trouble with docheader in 4.2 latest

Steffen Kamper steffen at sk-typo3.de
Tue Apr 1 11:38:04 CEST 2008


"Francois Suter" <fsuter at cobweb.ch> schrieb im Newsbeitrag 
news:mailman.1.1207039466.5319.typo3-dev at lists.netfielders.de...
> Hi,
>
> I just updated my local copy of 4.2 with the latest source from SVN and
> am now observing misplaced elements in the docheader. I have attached 2
> screenshots, one from the Web List module and one from the Web Template
> module.
>
> Actually the problem is that the part enclosed in <div
> class="docheader-row2-right"></div> wraps to the next line and thus
> overlaps the bottom of the docheader. The issue seems to be that the
> previous part <div class="docheader-row2-left"></div> takes up the whole
> width.
>
> Adding "float: left" to "docheader-row2-left" and "float: right" to
> "docheader-row2-right" took care of the problem. This would be similar
> to what exists for the first row of the docheader:
>
> div#typo3-docheader div.buttonsleft {
>       margin: 0 0 0 3px;
>       line-height: 16px;
>       float: left;
> }
>
> div#typo3-docheader div.buttonsright {
>       margin: 0 3px 0 0;
>       line-height: 16px;
>       float: right;
> }
>
> Maybe it existed, but was accidentally deleted...
>
> I could see this happen with both Firefox 2 and Safari 3.1 on Mac OS X.
>
> Anyone else observing this issue? I would like confirmation before
> submitting a patch (and also I'm not sure whether my solution is really
> the right one although it looks like given what exists for the first
> docheader row...).
>
> Cheers
>
> -- 
>
> Francois Suter
> Cobweb Development Sarl - http://www.cobweb.ch
>

Hi,

i can't confirm that, for me everything is ok. Did you applied any patches?

vg  Steffen 






More information about the TYPO3-dev mailing list