CF2016: CFTEXTAREA RichText="Yes" and ColdFusion.Ajax.submitForm Not Working as Expected
I have two CF2016 servers and I have this same issue on both. CF2016 is installed OOTB and I made no changes to any .js files.
ColdFusion.Ajax.submitForm does post the form data to my specified URL, but the content within my CFTEXTAREA input within the form is posted as an empty string, even with content in the input.
If I simply change the richtext parameter from yes to no, it works as expected.
I'm not sure if it's related, but when debugging this issue, ckeditor.js is throwing an exception at line 426: Object doesn't support property or method 'item'
Again, I made no changes to this file or ckeditor config.js.
I'm using Windows 7, IE11 (compatibility mode is enabled). I can duplicate the problem in Chrome and FireFox.
Anybody else experiencing this issue? Is it a bug or am I missing something?
Thank you,
-Chris
