I am using FCKEditor with ColdFusion 8.0. On rare occassions the fckeditor will submit a value of <p>null</p> to the database overwriting what was orginally there. I am unable to replicate the issue as it happens arbitrarily.
has anyone had this issue or know why this is happening?
Thanks!
has anyone had this issue or know why this is happening?
Thanks!
Re: null values submitted
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: null values submitted
Sorry for the delay in a response to you. This project has come back up and I am needing to implement a rich text editor again. I removed it from the last cycle.
The application contains anywhere from 23-26 instances of the FCK editor. There is a lot going on in the application and it seems that when it loads is where the problem occurs. I am pulling in values from a query and plugging those in as values for each FCK editor (cftextareas within cflayoutareas). The problem occurs in IE more often than FireFox.
Thanks.