[TYPO3-core] RFC: #12345: Bug: TCA feature _VALIGN for wizards is broken

Michael Klapper mick.mail.typo3 at googlemail.com
Thu Oct 29 09:49:32 CET 2009


+1 by reading.


Tolleiv.Nietsch schrieb:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=12345
> 
> Branches:
> trunk
> 
> Problem:
> Due to the changes within 
> "typo3/sysext/t3skin/stylesheets/stylesheet_post.css" (rev. 3843) the 
> vertical alignment settings which can be applied with the TCA won't work 
> as supposed because the generic CSS settings are stronger than the used 
> valign attribute.
> 
> Solution:
> The attached patch changes the valign attribute into a style attribute 
> with a "vertical-align" property.
> That's how the actual value is applied (so should be no big deal to 
> change the valign to style):
>     $outStr = 
> '<tr><td'.$vAlign.'>'.$item.'</td><td'.$vAlign.'>'.$outStr.'</td></tr>';
> 
> Notes:
> 1) Tested with Firefox, Chrome, IE7 and IE8
> 2) I found this while I was testing the imagemap_wizard extension within 
> 4.3 - so using the imagemap_wizard is a good way to reproduce it ;) 
> That's how it looks like for me: 
> http://bugs.typo3.org/file_download.php?file_id=8868&type=bug
> 
> Cheers,
> Tolleiv
> 


More information about the TYPO3-team-core mailing list