Validate: Validate form + CKEditor plugin - multiple class non working

Validate: Validate form + CKEditor plugin - multiple class non working

Hi all,

i'm trying to validate a form with a "required" textarea.

The textarea has already a class to work with CKeditor plugin

So i tried to put class="ckeditor required", and it is only ckeditor (not validated)

then i tried to put class="required ckeditor", and it is only ckeditor (not validated)

if i try class="required", the text area is validated.

I can't understand what's wrong.. validate plugin should manage multiple class..

thanks