Ticket #2020 (closed Bug: invalid)

Opened 2 years ago

Last modified 22 months ago

Firefox: cannot post/receive data while FCKeditor was placed in a UpdatePanel

Reported by: wesley Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: FCKeditor 2.5.1
Keywords: Pending Cc:

Description

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" />
<asp:Button id="submit" text="Submit" runat="server" />

</ContentTemplate>

</asp:UpdatePanel>

void submit_Click(object sender, EventArgs e) {

//.........
//the content was not posted. (Firefox ONLY)
//editor.Value keeps the default value after submit Clicked.

}

Change History

Changed 2 years ago by w.olchawa

  • keywords Pending added
  • priority changed from High to Normal

Could you please provide a sample page with the minimum code to reproduce this bug?

Thanks.

Changed 22 months ago by w.olchawa

  • status changed from new to closed
  • resolution set to invalid

Ticket expired

Note: See TracTickets for help on using tickets.