Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

On AEM 6.5 controls on RTE does not show up in regular view, but shows in expanded view

Avatar

Level 4

Environment: AEM 6.5, SP 6.5.4, MacOs, Chrome 84.0 (On Firefox it showed once, but did not after that).

While editing an experience fragment, the controls on the RTE do not show. While in expanded view they do.. what may be the issue?

 

rte-1.png rte-2.png

 

 

5 Replies

Avatar

Employee

Hello @surenk,

Inside XF, on which component do you see this behavior? I just checked with OOTB text component in 6.5.4 patch and the controls work fine in RTE.

 

Thanks!!

Avatar

Level 4

@vanegi 

Using it something like this..

<copyText
  jcr:primaryType="nt:unstructured"
  sling:resourceType="cq/gui/components/authoring/dialog/richtext"
  fieldLabel="Copyright Text"
  name="./copyRightText"
  removeSingleParagraphContainer="{Boolean}true"
  useFixedInlineToolbar="{Boolean}true"
  required="{Boolean}true">
  <rtePlugins jcr:primaryType="nt:unstructured">
    <format jcr:primaryType="nt:unstructured" features="*"/>
      <justify ...
      <lists ...
      <paraformat ..
        <formats ..
          <default_h1 jcr:primaryType="nt:unstructured" ...
          ...
	    </formats>
      </paraformat>
      <misctools features="[specialchars,sourceedit]" jcr:primaryType="nt:unstructured"/>
      <edit defaultPasteMode="wordhtml" features="[cut,copy,paste-default,paste-plaintext,paste-wordhtml]" jcr:primaryType="nt:unstructured"/>
        <styles jcr:primaryType="nt:unstructured" features="*">
        <styles jcr:primaryType="nt:unstructured">
...	    </styles>
        </styles>
        <undo ...
  </rtePlugins>

 

Avatar

Community Advisor and Adobe Champion

@surenk, there might be a JavaScript error from the Granite UI front-end. Can you please share any errors from the browser's console log?

Avatar

Community Advisor

If It doesn't work let me know, I have a css hack to enable it.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4
That'll be great to try.. can you please share Arun?