Opened 16 years ago

Closed 16 years ago

#2020 closed Bug (invalid)

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 (2)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Pending added
Priority: HighNormal

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

Thanks.

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: invalid
Status: newclosed

Ticket expired

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy