zikula-modules / Formicula

A template-driven form mailer for Zikula
https://ziku.la
19 stars 7 forks source link

HTML 5 atribute: required and CKEditor #54

Closed nmpetkov closed 10 years ago

nmpetkov commented 10 years ago

There is a conflict between textarea HTML5 attribute required and CKEditor with version prior 4.2. More info here: http://dev.ckeditor.com/ticket/8031

The problem is solved in CKEditor 4.2 and later, but can lose some time for those using Scribite 4 or CKEditor with lower version, and upgrading to Formicula 3.1.

It seems there is noting to do now, as Scribite 5 will come with proper CKEditor version. For now users can overwrite respective form template and then remove this attribute.

espaan commented 10 years ago

Thanks for noticing. That's why I created a 3.0.2 version as well just before going for the new 3.1 with HTML5 and the other updates. Just to be sure that a version is also there with less changes.

That contains all the recent updates as well, but not the HTML5/jQuery update.

nmpetkov commented 10 years ago

https://github.com/zikula-ev/Formicula/commit/631d3b3ce6ff747f06f665d6cf7e9cc018cbdfb1 This is written in documentation now, so I'll close.