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

Div Editor = Gimpy DOM Inspector

1 Answer 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 17 Aug 2010, 03:00 AM
Here's my definition
  <telerik:RadEditor ID="backgroundPriorToMedSchoolTextBox" runat="server" Content='<%# Bind("BackgroundPriorToMedSchool") %>'
                       Width="600px" Height="300px" Skin="Sitefinity" StripFormattingOnPaste="AllExceptNewLines" MaxTextLength="800"
                       EditModes="Design" ContentAreaCssFile="~/studentaffairsnew/styles/editor.css" ContentAreaMode="Div" >
        <Tools>
            <telerik:EditorToolGroup>
                <telerik:EditorTool Name="Bold" />
                <telerik:EditorTool Name="LinkManager" />
                 <telerik:EditorTool Name="FormatBlock" />
                 <telerik:EditorTool Name="InsertUnorderedList" />
                 <telerik:EditorTool Name="InsertOrderedList" />
            </telerik:EditorToolGroup>
        </Tools>
        <Modules>
            <telerik:EditorModule Name="RadEditorDomInspector" />
        </Modules>
    </telerik:RadEditor>

Now when I load the Page the DOM Inspector is at
HTML > BODY >SCRIPT > RemoveElement?

Clicking remove element removes the DOM Inspector...

(Also in FF I still see the issue where the cursor fills the entire editor window when it's empty)

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Aug 2010, 01:55 PM
Hello Steve,

I was unable to reproduce the first problem. Could you please send us some problematic content that should be loaded in RadEditor on page load so that I can reproduce the issue? It will be best to send a sample working project via a new support ticket that demonstrates the problem. Please, make sure that the problem is also reproducible with the latest version of RadEditor (Q2 2010 - 2010.2.713).

As to the cursor problem in Firefox: The problem can be reproduced with an editable DIV element:

<div contenteditable="true" style="height:300px;border:1px solid red;"></div>

I found information after some Googling that the giant cursor in Firefox is due to the browser's Caret Browsing feature, but I was unable to stop it by pressing the F7 key.

Regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Rumen
Telerik team
Share this question
or