I created basic text component in which I have added spell check plugin for dialog box. Due to this change, somehow ALL the components stop showing Rich Text options in Dialog box and even in Inline options. Double clicking the component just displays a Textarea with no RTE topions at all.
I have attached the screenshot of my dialog config.
How can a config change in one component impact the entire system? Anybody else seen similar problem. It is AEM 6.2 Touch UI.
TIA.
Solved! Go to Solution.
Views
Replies
Total Likes
ok, I found out the problem.
I had imported the package from this post http://experience-aem.blogspot.com/2015/09/aem-61-touch-ui-rich-text-editor-rte-browse-insert-image.... based on our last discussion http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...
The code in this plugin broke the RTF completely. I deleted this code and now i am back in business.
You should also be able to replicate the problem on any other AEM 62 instance.
So the next question would be why this plugin code is breaking the RTE in entire system?
Thanks for the help.
Views
Replies
Total Likes
What config options did you set - somehow what you have done seems to have a global effect on all dialogs. Can you please be more specific to what you have done.
Views
Replies
Total Likes
This is the exact same problem I face https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/615 although i dont think i imported any code from ACS site. As I mentioned earlier, I have imported some plugins and the problem surfaced after that only, i dont know what specific code broke it as my cusotm RTF config was working fine for some time.
The patch in this site is mentioned for version 6.1. Is it applicable for 6.2 as well?
I also see this error in my console
SCRIPT5007: Unable to get property 'toolbar' of undefined or null reference
clientlib.js (33,13)
Views
Replies
Total Likes
ok, I found out the problem.
I had imported the package from this post http://experience-aem.blogspot.com/2015/09/aem-61-touch-ui-rich-text-editor-rte-browse-insert-image.... based on our last discussion http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...
The code in this plugin broke the RTF completely. I deleted this code and now i am back in business.
You should also be able to replicate the problem on any other AEM 62 instance.
So the next question would be why this plugin code is breaking the RTE in entire system?
Thanks for the help.
Views
Replies
Total Likes