﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2020	Firefox: cannot post/receive data while FCKeditor was placed in a UpdatePanel	wesley		"'''This bug appears in Firefox only.'''

It's not compatible with ASP.NET AJAX. (Fx3.5)

FCKeditor does not work correctly in '''Firefox''' if it's placed in a '''UpdatePanel'''.
(Can not post the content.)
'''But IE is ok.'''

e.g.

<asp:UpdatePanel id=""p"" runat=""server"">
  <ContentTemplate>
    <FCK:FCKEditor id=""editor"" runat=""server"" />[[BR]]
    <asp:Button id=""submit"" text=""Submit"" runat=""server"" />
  </ContentTemplate>
</asp:UpdatePanel>

void submit_Click(object sender, EventArgs e) {
  //.........[[BR]]
  //the content was not posted. (Firefox ONLY)[[BR]]
  //editor.Value keeps the default value after submit Clicked.[[BR]]
}


"	Bug	closed	Normal		Core : Output Data	FCKeditor 2.5.1	invalid	Pending	
