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

RAD Editor being disabled

1 Answer 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 19 Nov 2010, 04:24 PM
I created a user control that just contained the markup for a RAD editor, so I could set up all the defaults of the editor in one place and add the user control to the page where ever I needed to use a rich text editor.

Here is the markup I used (nothing fancy)

<telerik:RadEditor Width="99%" SpellCheckSettings-DictionaryPath="~/App_files/RadSpell" ID="editor"
    EditModes="Design" StripFormattingOptions="Span, Font, Css, MSWordRemoveAll"
    NewLineBr="false" runat="server">
    <CssFiles>
        <telerik:EditorCssFile Value="~/styles/userControls/editorDefaults.css" />
    </CssFiles>
</telerik:RadEditor>

The code-behind just sets up default upload paths and declares public properties for stuff like the toolsfile (nothing fancy there either)

The problem comes when I add the control to the page.  It renders correctly, including loading the correct toolsfile, however, the editor is disabled.  When I view the console for errors in Google Chrome, I get "Uncaught Error: INVALID_ACCESS_ERR: DOM Exception 15" in Telerik.Web.UI.WebResource.axd

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 Nov 2010, 02:13 PM
Hello Neil,

Could you please ensure that the problem is reproducible in the latest Google Chrome build 7.0.517.44?

Does the problem still persist after deleting the ToolsFile property?
It is better to remove the RadEditor's properties one by one until the error disappears and see which property is causing the error.


Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Neil
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or