Greetings,
We are working on integrating the RadEditor into an application for a client. This application is designed for internal use at the client, they run IE6. Whenever I add the Undo, Redo, or ForeColor tools i get a very odd looking render (see screen shot) - I have pasted my source below:
Screenshot
Any help would be greatly appreciated:
<telerik:RadEditor ID="radEditor" runat="server" Height="400px"
NewLineBr="true" SkinID="DefaultSetOfTools:
AllowScripts="false" EditModes="Design, HTML" Skin="WebBlue">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="PasteFromWord" />
<telerik:EditorTool Name="AjaxSpellCheck" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="LinkManager" />
<telerik:EditorTool Name="Unlink" />
<telerik:EditorTool Name="FindAndReplace" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
<SpellCheckSettings SpellCheckProvider="PhoneticProvider" WordIgnoreOptions="RepeatedWords">
</SpellCheckSettings>
</telerik:RadEditor>
![]()
We are working on integrating the RadEditor into an application for a client. This application is designed for internal use at the client, they run IE6. Whenever I add the Undo, Redo, or ForeColor tools i get a very odd looking render (see screen shot) - I have pasted my source below:
Screenshot
Any help would be greatly appreciated:
<telerik:RadEditor ID="radEditor" runat="server" Height="400px"
NewLineBr="true" SkinID="DefaultSetOfTools:
AllowScripts="false" EditModes="Design, HTML" Skin="WebBlue">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="PasteFromWord" />
<telerik:EditorTool Name="AjaxSpellCheck" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="LinkManager" />
<telerik:EditorTool Name="Unlink" />
<telerik:EditorTool Name="FindAndReplace" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
<SpellCheckSettings SpellCheckProvider="PhoneticProvider" WordIgnoreOptions="RepeatedWords">
</SpellCheckSettings>
</telerik:RadEditor>