Opened 15 years ago

Closed 13 years ago

#4238 closed Bug (expired)

FckEditor.NET does not HtmlEncode when inside Ajax request

Reported by: GkEphorus Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: Cc:

Description

I placed the FckEditor in an UpdatePanel which I display inside a popup (using ModalPopupExtender of Ajax.NET) and tried to use it from there, but I got the dreaded “A potentially dangerous Request.Form value was detected from the client.”.

I inspected the POST using Firebug and found that the HTML was not encoded.

I used the same FckEditor in a different page within the same project but then in a plain form. Now I inspected the POST using Firebug again and found the HTML was nicely encoded.

Change History (2)

comment:1 Changed 14 years ago by NightowlKY

Probably explains the reason why I'm getting the same error.

comment:2 Changed 13 years ago by Wiktor Walc

Resolution: expired
Status: newclosed

There is a new ASP.NET control available: CKEditor for ASP.NET. The old control (FCKeditor.Net) is no longer maintained, so I'm closing the ticket. In the new CKEditor control this issue should be gone.

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