Completed
Last Updated: 14 Nov 2014 08:44 by Elena
ADMIN
Ianko
Created on: 19 Sep 2013 13:25
Category: Editor
Type: Bug Report
0
Problem with the resize calculation of the ToolGroups in the ToolBar under IE10 and IE9
In some scenarios the toolbar appear to be displayed in two lines, when using custom tools in a toolgroup.

Possible resolutions:
1. Use only Icons to show the button;

2. Change the length of the text in the button, so that the tool group is rendered properly;

3.Change the width of the button. You could achieve that be creating a CSS rule like in this example:

.reToolbar .reTool_text[title="{Custom's button text}"]
{
      width:100px;
}
2 comments
Elena
Posted on: 14 Nov 2014 08:44
Not reproducible in Q3 2014. 
Oleg
Posted on: 16 Oct 2013 07:35
My solution for this is change font size, but it don't work properly in all cases:

.reToolbar .reButton_text {
    font-size: 11px !important;
}