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

RadEditor Toolbar displays wrong

3 Answers 132 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 2
Marco asked on 07 Jan 2011, 06:06 PM
Hi All,

I have some strange behaviours with the toolbars in the editor.
See the attached images.

The toolbar in the back (screen1) is only showing when you change the default toolstrip, removed the font button

<telerik:RadEditor ID="edtClosed" runat="server" EditModes="Design" EnableResize="False"
                    Height="100px" Language="nl-NL" Width="500px">
                    <Tools>
                        <telerik:EditorToolGroup Tag="MainToolbar">
                            <telerik:EditorTool Name="FindAndReplace" />
                            <telerik:EditorSeparator />
                            <telerik:EditorSplitButton Name="Undo" Width="80px">
                            </telerik:EditorSplitButton>
                            <telerik:EditorSplitButton Name="Redo" Width="80px">
                            </telerik:EditorSplitButton>
                            <telerik:EditorSeparator />
                            <telerik:EditorTool Name="Cut" />
                            <telerik:EditorTool Name="Copy" />
                            <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" />
                            <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
                        </telerik:EditorToolGroup>
                        <telerik:EditorToolGroup Tag="Formatting">
                            <telerik:EditorTool Name="Bold" />
                            <telerik:EditorTool Name="Italic" />
                            <telerik:EditorTool Name="Underline" />
                            <telerik:EditorSeparator />
                            <telerik:EditorSplitButton Name="ForeColor" Width="80px">
                            </telerik:EditorSplitButton>
                            <telerik:EditorSplitButton Name="BackColor" Width="80px">
                            </telerik:EditorSplitButton>
                        </telerik:EditorToolGroup>
                    </Tools>
                    <Content>
                    </Content>
                </telerik:RadEditor>

With or without a stylesheet, it doesn't mather

In screen2 the dropdown arrows are at the wrong place

What can I do to correct it?

Regards,

Marco

3 Answers, 1 is accepted

Sort by
0
Rumen Jekov
Top achievements
Rank 1
answered on 07 Jan 2011, 10:11 PM
Hi, 

You should remove the width="80px" attribute from the EditorSplitButton tools. This will fix the problem.

Best regards,
Rumen
0
Marco
Top achievements
Rank 2
answered on 07 Jan 2011, 10:20 PM
That did the trick.

But it must be done in code. If you do it with the Configuration Manager then the Width 80px are automatically placed back.

I think that this is a bug in the Configuration Manager

Thanks.

Marco
0
Rumen Jekov
Top achievements
Rank 1
answered on 08 Jan 2011, 07:59 PM
Yes, this is a bug of the configuration manager and it will be fixed for the Q3 2010 SP2 release of RadControls for ASP.NET AJAX.

Kind regards,
Rumen
Tags
Editor
Asked by
Marco
Top achievements
Rank 2
Answers by
Rumen Jekov
Top achievements
Rank 1
Marco
Top achievements
Rank 2
Share this question
or