Commenting with CKE (using the wysiwyg module) fails. The comment gets posted from anonymous even if logged in and the body is missing.
I think this is similar to #784504: Support for CKEditor.
Commenting with CKE (using the wysiwyg module) fails. The comment gets posted from anonymous even if logged in and the body is missing.
I think this is similar to #784504: Support for CKEditor.
Comments
Comment #1
acouch commentedI've confirmed this with both CK and TinyMCE. The values that use an editor are not passed to submit_js in the $form_state.
Comment #2
elianmI confirm this too.
Comment #3
acouch commentedIs this for the CK Editor module or for WYSIWYG with CK Editor? For WYSIWYG it looks like this has been solved: http://drupal.org/node/394668#comment-5381372
If it doesn't work for CK Editor module you might open a ticket in that module for a similar lazy-loading of the editor as it appears to fix the issue.
Comment #4
formatC'vt commentedTry latest dev, please