vivianseba
30-09-2020
Hi,
I have upgraded application from AEM 6.4.2 to AEM 6.4.8.2 SP and after the upgrade In the RTE color picker feature is not working and getting the dialog like below
I have referred this blog - http://experience-aem.blogspot.com/2018/05/aem-64-touch-ui-rte-rich-text-editor-color-picker-plugin.... and implemented the RTE color picker feature in aem 6.4.2.Could you please suggest with solution for this issue ?
Vishalverma
@vivianseba Try adding below check before calling function addDialogTemplate() in color-picker.js;
Arun_Patidar
MVP
01-10-2020
Can you check if underscore js is loading or not? mentioned as a dependency for RTE color picker
https://github.com/schoudry/eaem-extensions/blob/master/eaem-64-extensions/eaem-touchui-dialog-rte-c...
vanegi
Employee
Can you check this http://experience-aem.blogspot.com/2017/06/aem-63-touch-ui-rte-rich-text-editor-color-picker-plugin-...and implement the color plugin as described on this blog?