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

how to remove cliboard error message

3 Answers 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sara M
Top achievements
Rank 1
Sara M asked on 01 Dec 2012, 12:49 PM
Hi Team,
i have hosted my application in Azure environment even i have set the property of
StripFormattingOptions="NoneSupressCleanMessage, ConvertWordLists"
StripFormattingOnPaste="NoneSupressCleanMessage, ConvertWordLists"

i am keep on getting this message " do you want to allow this webpage to access your clipboard", i tried all the thread nothing is working,



Thanks,
Saravanan.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Dec 2012, 01:02 PM
Hi,

The only way to remove this IE browser warning message is to set the StripFormattingOptions property to "NoneSupressCleanMessage". The StripFormattingOnPaste is obsolete and should not be set.

If the value is different from NoneSupressCleanMessage, the editor attach its regular expressions to the onpaste event of the content area and the browser asks the user for confirmation whether it allows the client script to access the clipboard and strip the formatting.

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.
0
Sara M
Top achievements
Rank 1
answered on 03 Dec 2012, 07:20 PM
i am still getting the clipboard warning message.

 <telerik:RadEditor ID="radEditAboutCBPR" runat="server" EditModes="Design" Height="270em"
                                        Width="95%" StripFormattingOptions="NoneSupressCleanMessage, ConvertWordLists"
                                        BackColor="White" NewLineBr="False" EnableResize="False" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
                                        Style="font-family: Segoe UI; font-size: 11.5px;" OnClientLoad="SetRadEditorDefaultFontSize"
                                        NewLineMode="P" ExternalDialogsPath="~/Telerik/EditorDialogs/">

here i have removed the StripFormattingOnPaste but same warning message.is there any other wahy ?

Thanks,
Saravanan
0
Rumen
Telerik team
answered on 05 Dec 2012, 02:07 PM
Hello,

You should set only StripFormattingOptions="NoneSupressCleanMessage" and exclude the ConvertWordLists filter.

Greetings,
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
Sara M
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sara M
Top achievements
Rank 1
Share this question
or