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

Selected text is being stripping of if click anywhere on IE tools

1 Answer 18 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 04 Jul 2008, 11:11 AM
If we select any text with rad editor and then clicks on Tools button of IE 7.0
then by clicking the selected text is getting strip off.

how could we stop stripping off the selected text.

Thanks in advance for any help.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Jul 2008, 11:26 AM
Hi Michael,

We are aware of this defect but it is not easy to be workaround-ed without any side effects. The problem arise because IE7 calls pointlessly the onbeforepaste event when the page menu is clicked and we cannot pinpoint whether this call is caused by real case event or not. At this time a solution of the problem is to set StripFormattingOptions property of the editor to be "NoneSupressCleanMessage":

<telerik:radeditor runat="server" StripFormattingOptions="NoneSupressCleanMessage" ID="RadEditor1"></telerik:radeditor>

The problem does not exist in IE 6.0 and Firefox.


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Michael
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or