RTE Custom options not coming up - TouchUI | Community
Skip to main content
New Participant
November 19, 2016
Solved

RTE Custom options not coming up - TouchUI

  • November 19, 2016
  • 3 replies
  • 1969 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aemd25900338

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.html based on our last discussion http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.4.html/forum__azdv-i_want_to_createac.html 

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.

3 replies

aemd25900338AuthorAccepted solution
New Participant
November 19, 2016

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.html based on our last discussion http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.4.html/forum__azdv-i_want_to_createac.html 

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.

New Participant
November 19, 2016

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)

smacdonald2008
New Participant
November 19, 2016

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.