I am having a problem validating textareas after ckeditor update. I searched about required html 5 attribute and ckeditor and read about a lot of problems occured, including this bug: http://dev.ckeditor.com/ticket/8031. After CKEditor 4.2 this event "required" was included for listening if this is valid on form submit.
I currently have a external plugin that needs to verify if textarea (replaced by ckeditor) is required depending on required attribute, my validation works independently of form submition and i need to verify if an instance of ckeditor is required by html5 attribute. Or verify if required attribute was true before ckeditor.
How can i do that? can i get required original attribute value? Or just check if is validated at any time, without having to wait for "required" event?