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

RadEditor loose content with IE only on server

5 Answers 158 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Haderach
Top achievements
Rank 1
Haderach asked on 18 May 2011, 02:44 PM
Hello,

I am using your RadEditor 2010.3.1317.35 in a CMS application.
Everything is working fine with FF4 and Chrome11 but with IE 7, 8 and 9, the RadEditor is loosing its content after postback on the server where the application is deploy (Win Server 2003 32 bits)

When I try in debug with Visual Studio 2010 on my machine (Win7 32 bits) with IE 9, everything is working fine. I can get the content after postback.

Do you have any idea about my problem?


Thank you for your help,
Read you soon.

5 Answers, 1 is accepted

Sort by
0
Haderach
Top achievements
Rank 1
answered on 19 May 2011, 03:41 PM
Anybody have an idea?
0
Rumen
Telerik team
answered on 19 May 2011, 03:52 PM
Hello Haderach,

Could you please try the solution provided in the following KB article: RadEditor Content Not Saved After Ajax Update in Firefox, Google Chrome and Safari?

If you scenario is other please, provide a simple working project that demonstrates the problem. We need reliable steps to reproduce the issue to be able to help you.

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start 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.

0
Haderach
Top achievements
Rank 1
answered on 19 May 2011, 04:18 PM
Thank you for your answer but my problem is exactly the opposite.

Everything is working fine with FF and Chrome.
It is not working with IE.
0
Rumen
Telerik team
answered on 19 May 2011, 04:37 PM
Hi Haderach,

The problem is reproducible in IE9, but not in the earlier IE versions. This is mentioned in the KB article, e.g.

The editor does not get a chance to set the updated content properly. The problem exists in Firefox, Chrome, Safari and Internet Explorer 9.

That is why I asked you to provide a sample working project so that I can reproduce the problem and debug it.

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start 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.

0
Raj
Top achievements
Rank 1
answered on 07 Sep 2013, 05:37 AM
In order to fix the problem you will have to set the "submit" button's property UseSubmitBehavior="false", e.g.
<asp:Button  ID="Save"
UseSubmitBehavior="false"
OnClick="Save_Click" runat="server" Text="Save Content" />
Tags
Editor
Asked by
Haderach
Top achievements
Rank 1
Answers by
Haderach
Top achievements
Rank 1
Rumen
Telerik team
Raj
Top achievements
Rank 1
Share this question
or