icfnext / cq-component-maven-plugin

Other
22 stars 35 forks source link

RTE validation broken in 6.3.3.1 #81

Open BIaris opened 5 years ago

BIaris commented 5 years ago

Recently upgraded our AEM servers to 6.3 sp3cfp1 and the rich text dialog field errors out on AEMs validation (file /libs/cq/gui/components/authoring/dialog/richtext/clientlibs/rte/coralui3/js/validation.js line 84). It's missing a data property called 'rteinstance'. This makes the RTE dialog field un-editable along with breaking some other dialog options. We are using the Rich Text Editor Widget (com.citytechinc.cq.component.annotations.widgets.RichTextEditor).