This is a migrated thread and some comments may be shown as answers.

Toolbar Tools section wraps to 2nd line

1 Answer 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Stephen Schimsky
Top achievements
Rank 1
Stephen Schimsky asked on 07 Nov 2012, 05:52 PM

In one of my applications with IE 7 browser, the toolbar tools section that contains a dropdown will wrap to the 2nd line.  See attached image. 

I am using 2012.3.1030.35.  This application has a Master page.  The content page has a Radgrid.  In the editform is the Radeditor.  The radeditor uses a tools.xml file to load specific tools.

If the tools section has a dropdown as shown below, the <tool /> after the last dropdown will display on the next line.  So in the below example, the separator and the formatstripper objects will appear in a line below the 3 dropdown objects.

 

<

 

tools name="Fonts" dockable="true" >

 

<

 

tool name="FormatBlock" />

 

<

 

tool name="FontName" />

 

<

 

tool name="RealFontSize" />

 

<

 

tool separator="true" />

 

<

 

tool name="FormatStripper" />

 

</

 

tools>

Any suggestions as to how to fix this? 

 

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 08 Nov 2012, 01:53 PM
Hello,

I am not quite sure what may be causing this issue. Could you please try to remove any custom CSS that you have registered on the page and see if the problem still occurs?

To be able to provide more to the point answer we will need to examine and debug the issue. Could you please open formal support ticket and provide sample fully runnable project or a LiveUrl reproducing the problem?

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Stephen Schimsky
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or