Hi all, I just updated one of our applications to the latest version of Telerik ASP.NET AJAX (v2014.1.225.35). After doing this, the RadEditor toolbar in the application is no longer wrapping. We set the toolbar using the ToolsFile.xml (see below). Is there something else I need to do to get the toolbar to wrap?
<root>
<tools>
<tool name="FindAndReplace"/>
<tool name="Print"/>
<tool separator="true"/>
<tool name="Cut"/>
<tool name="Copy"/>
<tool name="Paste"/>
<tool name="PasteFromWord"/>
<tool name="PastePlainText"/>
<tool separator="true"/>
<tool name="Undo"/>
<tool name="Redo"/>
<tool separator="true"/>
<tool name="InsertTable"/>
<tool separator="true"/>
<tool name="InsertLink"/>
<tool name="Unlink"/>
<tool name="InsertSymbol"/>
<tool separator="true"/>
<tool name="Bold"/>
<tool name="Italic"/>
<tool name="Underline"/>
<tool name="ForeColor"/>
<tool name="BackColor"/>
<tool name="FormatBlock"/>
<tool name="FontName" />
</tools>
<tools name="MainToolbar" enabled="true">
<tool name="RealFontSize" />
</tools>
<tools>
<tool separator="true"/>
<tool name="JustifyLeft"/>
<tool name="JustifyCenter"/>
<tool name="JustifyRight"/>
<tool name="JustifyFull"/>
<tool separator="true"/>
<tool name="InsertOrderedList"/>
<tool name="InsertUnorderedList"/>
<tool name="Outdent"/>
<tool name="Indent"/>
<tool separator="true"/>
<tool name="StrikeThrough"/>
<tool name="Subscript"/>
<tool name="Superscript"/>
<tool separator="true"/>
<tool name="AjaxSpellCheck"/>
</tools>
<fontNames>
<item name="Arial" />
<item name="Calibri" />
</fontNames>
<realFontSizes>
<item value="12pt"></item>
<item value="14pt"></item>
<item value="16pt"></item>
<item value="18pt"></item>
<item value="20pt"></item>
<item value="22pt"></item>
</realFontSizes>
</root>
<root>
<tools>
<tool name="FindAndReplace"/>
<tool name="Print"/>
<tool separator="true"/>
<tool name="Cut"/>
<tool name="Copy"/>
<tool name="Paste"/>
<tool name="PasteFromWord"/>
<tool name="PastePlainText"/>
<tool separator="true"/>
<tool name="Undo"/>
<tool name="Redo"/>
<tool separator="true"/>
<tool name="InsertTable"/>
<tool separator="true"/>
<tool name="InsertLink"/>
<tool name="Unlink"/>
<tool name="InsertSymbol"/>
<tool separator="true"/>
<tool name="Bold"/>
<tool name="Italic"/>
<tool name="Underline"/>
<tool name="ForeColor"/>
<tool name="BackColor"/>
<tool name="FormatBlock"/>
<tool name="FontName" />
</tools>
<tools name="MainToolbar" enabled="true">
<tool name="RealFontSize" />
</tools>
<tools>
<tool separator="true"/>
<tool name="JustifyLeft"/>
<tool name="JustifyCenter"/>
<tool name="JustifyRight"/>
<tool name="JustifyFull"/>
<tool separator="true"/>
<tool name="InsertOrderedList"/>
<tool name="InsertUnorderedList"/>
<tool name="Outdent"/>
<tool name="Indent"/>
<tool separator="true"/>
<tool name="StrikeThrough"/>
<tool name="Subscript"/>
<tool name="Superscript"/>
<tool separator="true"/>
<tool name="AjaxSpellCheck"/>
</tools>
<fontNames>
<item name="Arial" />
<item name="Calibri" />
</fontNames>
<realFontSizes>
<item value="12pt"></item>
<item value="14pt"></item>
<item value="16pt"></item>
<item value="18pt"></item>
<item value="20pt"></item>
<item value="22pt"></item>
</realFontSizes>
</root>