AEM 6.3 RichText Paraformat (Version 6.3.0 and 6.3.2.0 ,6.3.3.0) ✓ Check Mark in Style | Community
Skip to main content
tushaar_srivastava
Level 6
April 15, 2019
Solved

AEM 6.3 RichText Paraformat (Version 6.3.0 and 6.3.2.0 ,6.3.3.0) ✓ Check Mark in Style

  • April 15, 2019
  • 3 replies
  • 2126 views

Hi I am facing issue in RichText component rtePlugin : Paraformat,

In AEM Version 6.3.0 if we use rteplugin: paratformat and select any heading type: let suppose <h1> theck check mark is not showing in AEM 6.3.0

Where as we if install service pack aem-service-pkg-6.3.3.zip (i.e AEM 6.3.3.0) version and same if we enter rteplugin : paraformat to RichText,  and select any style suppose <h2>. we can see the check Icon Infornt of selected style

Did anyone faced the same issue in AEM6.3.0 ?

or please suggest me the solution of the defect. without installing  aem-service-pkg-6.3.3.zip or upr grading to AEM6.3.3.

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 user05162

Looks like this issue was fixed in 6.3 SP2 as per the release notes for SP2

  • [RTE] Style selector dropdown does not show the style applied on the selected text. NPR-21117: Hotfix for CQ-4226608

This issue was fixed in the com.adobe.granite.ui.coralui3-rte version 0.0.32-CQ630-B0009 which was released with SP2

You can install Sp2 for now, but it is highly recommended to install the latest CFP/SP

[1] AEM 6.3.2.0 Release Notes

3 replies

user05162Adobe EmployeeAccepted solution
Adobe Employee
April 15, 2019

Looks like this issue was fixed in 6.3 SP2 as per the release notes for SP2

  • [RTE] Style selector dropdown does not show the style applied on the selected text. NPR-21117: Hotfix for CQ-4226608

This issue was fixed in the com.adobe.granite.ui.coralui3-rte version 0.0.32-CQ630-B0009 which was released with SP2

You can install Sp2 for now, but it is highly recommended to install the latest CFP/SP

[1] AEM 6.3.2.0 Release Notes

tushaar_srivastava
Level 6
April 15, 2019

Thank you Jaideep, but can't we use this check mark in rte paraformat in AEM 6.3.0 without uploading SP2, OOTB RichText?

Ravi_Pampana
Community Advisor
Community Advisor
April 15, 2019

Hi,

You can try finding the js/css related to code in AEM 6.3.3 under libs which highlights the paraformat selection with check mark and include that in your version of AEM by overriding the files in apps.

Also try finding the difference in html in AEM 6.3.0 and AEM 6.3.3 which gives you idea how to implement check mark