Hi,
I use Clientside Validation for node forms and it doesn't work correctly with required CKeditor textareas. There is several issues.
- "Validate fields on blur" is selected as "yes" in Default settings but it doesn't work. It doesn't do anything with CKeditor textareas.
- After submit it does but still error messages shown only in top of the form even I have chosen Default location for error message as "Before label".
- Also those empty textareas is not marked as "error field". Error class goes instead to hidden textarea below CKeditor wysiwyg area but you can't obviously see it because field is hidden.

I have tried to change different themes as well but it didn't helped.

I marked this as support request. I have tried to do everything what comes my mind with settings. Is there anything what I can do differently or is this a bug?

Comments

rukaya’s picture

I can confirm the problem. I am not sure if it's a Clientside Validation problem though, because if you turn off clientside validation Drupal acts in exactly the same way.

For example, say you have a set of checkboxes which are required in your form, as well as a ckeditor textarea, you will see if you don't fill in either the checkboxes or the textarea, Drupal only highlights the checkboxes as being a problem. Only when you fill in the checkboxes and hit submit will the textarea validation be triggered.