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

Object doesn't support this action

1 Answer 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Samer
Top achievements
Rank 1
Samer asked on 02 Aug 2012, 01:58 PM

Hello;

We are facing a weird behavior with rad editor which happens on a some machines on different enviroment than development.

am getting the following javascript error message:

Message: Object doesn't support this action
Line: 5
Char: 32749
 

Details:
i have a rad editor that have the following properties:

<rad:RadEditor ID="EmailBody" runat="server" Width="100%" ToolsFile="~/_CSS/EditorBasicTools.xml" OnClientLoad="EmailBody_OnClientLoad" StripFormattingOptions="NoneSupressCleanMessage" Skin="Default" SpellCheckSettings-DictionaryPath="~/App_Data/RadSpell/" SpellCheckSettings-DictionaryLanguage="en-US" EditModes="Design" ContentFilters="RemoveScripts, FixUlBoldItalic, FixEnclosingP, IECleanAnchors, MozEmStrong, IndentHTMLContent, EncodeScripts, OptimizeSpans">
<ContextMenus>
<rad:EditorContextMenu Enabled="false" TagName="IMG">
</rad:EditorContextMenu>
<rad:EditorContextMenu Enabled="false" TagName="A">
</rad:EditorContextMenu>
</ContextMenus>
</rad:RadEditor>

Do you have any ideas why this happening to me

Am using 2011.3.1305 telerik controls version with IE Browser.

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Aug 2012, 02:14 PM
Hello,

The provided information is not enough to determine what is causing this error. To be able to help you, please, provide a sample working project which demonstrates the problem or at least a live URL to the problematic site. Please, include reproduction steps too.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Samer
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or