Project

General

Profile

Actions

Bug #22941

closed

htmlArea RTE: toolbar combo boxes do not float left in IE6

Added by Stanislas Rolland over 14 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-06-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Toolbar combo boxes do not float left in IE6.

(issue imported from #M14797)


Files

rtehtmlarea_bugfix_14797_trunk.patch (1.57 KB) rtehtmlarea_bugfix_14797_trunk.patch Administrator Admin, 2010-06-20 20:12
Actions #1

Updated by Stanislas Rolland over 14 years ago

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 have to be hidden however because rendering is broken by width hardcoded by ExtJS.

Actions #2

Updated by Stanislas Rolland over 14 years ago

Committed to SVN TYPO3core trunk (revision 7993).

Actions #3

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF