﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8089	asp.net Editor disappears on ajax postback	Wiktor Walc	kaga	"Here's a simple sample:
{{{
<%@ Page Language=""C#"" AutoEventWireup=""true"" CodeBehind=""ckTest.aspx.cs"" Inherits=""CLGHR.ckTest"" %>
<%@ Register Assembly=""CKEditor.NET"" Namespace=""CKEditor.NET"" TagPrefix=""CKEditor"" %>
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<html xmlns=""http://www.w3.org/1999/xhtml"">
<head runat=""server"">
    <title>CKEditor Validation Test</title>
</head>
<body>
    <form id=""form1"" runat=""server"">
    <asp:ScriptManager ID=""SM1"" runat=""server"" EnablePartialRendering=""true""></asp:ScriptManager>
    <div>
        <asp:UpdatePanel runat=""server"" ID=""UP1"" UpdateMode=""Conditional"">
            <ContentTemplate>
                <p>
                    Title:
                    <br />
                    <asp:TextBox ID=""TB_Title"" runat=""server""></asp:TextBox>
                    <asp:RequiredFieldValidator ID=""RFV_Title"" runat=""server"" ControlToValidate=""TB_Title""
                     ErrorMessage=""Title is required"" ValidationGroup=""content"">*</asp:RequiredFieldValidator>
                </p>
                <p>
                    <CKEditor:CKEditorControl ID=""TB_Content"" runat=""server""></CKEditor:CKEditorControl>
                </p>
                <p>
                    <asp:Button ID=""Btn_Submit"" runat=""server"" ValidationGroup=""content"" 
                        Text=""Submit"" onclick=""Btn_Submit_Click"" />
                </p>
            </ContentTemplate>
        </asp:UpdatePanel>
    </div>
    </form>
</body>
</html>
}}}

When any ajax postback occurs the editor disappears.

Is this a known problem and are there any workarounds?

Reported in http://cksource.com/forums/viewtopic.php?t=22645"	Bug	closed	Normal	CKEditor 3.6.2	Server : ASP.Net		fixed		
