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

RadEditor adds extra <br><br/> in IE 11

1 Answer 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sandeep
Top achievements
Rank 1
Sandeep asked on 23 Jan 2014, 12:08 PM
I am using IE 11 where rad editor add extra <br> tags on each partial postback.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 23 Jan 2014, 12:44 PM
Hi Sandeep,

Can you confirm the version you are using? I just tried this with Q3 2013 SP1 and thing seem to work fine for me. Here is the markup I used and a short video is attached:
<asp:UpdatePanel ID="Updatepanel1" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
        <telerik:RadEditor ID="RadEditor1" runat="server">
        </telerik:RadEditor>
        <asp:Button ID="Button1" Text="partial postback" UseSubmitBehavior="false" runat="server" />
    </ContentTemplate>
</asp:UpdatePanel>

and this KB explains why the UseSubmitBehavior property is needed in this exact setup: http://www.telerik.com/support/kb/aspnet-ajax/editor/radeditor-content-not-saved-after-ajax-update-in-ie9-firefox-google-chrome-and-safari.aspx.

If your version is older I strongly advise that you upgrade. Support for IE11 was first introduced in Q3 2013 and the service pack brought a lot of fixes and improvements.

Regards,
Marin Bratanov
Telerik
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 the blog feed now.
Tags
Editor
Asked by
Sandeep
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or