[TYPO3-core] FYI: Fixed bug #14797: htmlArea RTE: Toolbar combo boxes do not float left in IE6 (Thanks to Jigal van Hemert).

Stanislas Rolland typo3 at sjbr.ca
Sun Jun 20 20:26:41 CEST 2010


FYI: The attached SVN patch was committed.

Type:
Bugfix

Problem:
Toolbar combo boxes do not float left in IE6, thus breaking the layout 
of the toolbar.

Solution:
Thanks to Jigal van Hemert for this solution:
"In IE6 the DIV surrounding the dropdown box takes the full width (of 
what is left) of the toolbar area. Setting it to 1% in the developer 
toolbar made it float right. In FF (and most likely others) that doesn't 
work correctly, so something like:
body.ext-ie6 .htmlarea .toolbar .x-form-item {
     width: 1%;
}
should help."
Any configured labels will have to be hidden however because rendering 
is broken by width's hardcoded by ExtJS.

Bugtracker references:
http://bugs.typo3.org/view.php?id=14797

Branches:
trunk (revision 7993)

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_14797_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100620/f4801bb0/attachment.asc>


More information about the TYPO3-team-core mailing list