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

[Solved] Trouble with ForeColor tool in IE6

1 Answer 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 14 May 2008, 03:27 PM
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>

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 19 May 2008, 10:53 AM
Hi Jason,

Thank you for the provided screenshot.

Most probably you have some global style (applied to LI tags) that spoils the editor's design. Please check your global styles and isolate the problem.

If you are not able to fix this problem please open a support ticket and send us a sample project where the problem can be observed. We will do our best to provide a solution

In general, it is not recommended to use global styles with third party controls because obviously the third party controls consist HTML and your global styles can easily ruin their design.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Jason
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or