It appears that occasionally, the value is not being properly encoding prior to the post to the server. I seem to be able to reproduce this fairly reguarly if I click on something on the page very quickly while it is loading. I am using FCKEditor on ASP.Net. I have HtmlEncodeOutput = true. I encounter the "... potentially dangerous Request.Form ..." ASP.NET error when this situation occurs.
Some additional information is that I've hooked "function FCKeditor_OnComplete(editorInstance)" and it does not fire when I encounter this issue either. However, when everything works as it should, this function does get called properly.
This definately appears to be come type of timing/race condition. Has anyone experienced this? Any suggestions/ideas?
Regards,
jd98
Some additional information is that I've hooked "function FCKeditor_OnComplete(editorInstance)" and it does not fire when I encounter this issue either. However, when everything works as it should, this function does get called properly.
This definately appears to be come type of timing/race condition. Has anyone experienced this? Any suggestions/ideas?
Regards,
jd98