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

Tolleiv.Nietsch info at tolleiv.de
Mon Oct 26 15:01:44 CET 2009


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
-- 
Tolleiv Nietsch
www.tolleiv.de - www.aoemedia.de
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0012345-wizardconf-valign.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091026/2f8f8a9b/attachment.asc>


More information about the TYPO3-team-core mailing list