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

[Solved] IE Crashing from certain markup in the editor

1 Answer 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Phil DeVeau
Top achievements
Rank 1
Phil DeVeau asked on 31 Dec 2009, 07:39 PM
I have a user using the telerik rad editor; there is a <link> tag in the editor which causes IE to crash (FireFox and GC do not crash).  Are there any known markup problems with the editor?

In this case if the <link> tag is on the page it crashes the browser; if I remove the <link> tag in another browser IE doesn't crash; if I place it back in IE crashes.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Jan 2010, 02:42 PM
Hello Phil,

I am aware of this problem and it appears when setting StripFormattingOptions="MSWordRemoveAll".

and the pasted content contains a link tag:

<link href="/stylesheets/hoverhelp.css?V=0109" rel="stylesheet" type="text/css" />

This link tag makes the pasted content invalid XHTML and this breaks the MSWordRemoveAll regular expressions that strips the Word formatting after the paste operation.

Could you please set the StripFormattingOptions="nonesupresscleanmessage" and see whether the problem still persists?

In addition please test the latest internal build of RadControls for ASP.NET AJAX, because this problem should be fixed in it.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Phil DeVeau
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or