Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.5.12 rich text editor issue in content fragment editor

Avatar

Level 4

Hi Everyone,

 

I facing an issue in Content fragment editor in 6.5.12

 

The rich text editor option (set font size, color and background color) is not opening when I click on it.

In the console I error:

 

uncaught ReferenceError: _ is not defined

at instanceGenerator: getInputPickerIFrameURI

I have added underscore and lodash libraries as dependencies in my project. But no luck.

 

Can some buddy please here.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 4

I fixed this issue by adding "cq.underscore"  as dependencies in my rte plugin library.

 

Thank you All.

View solution in original post

4 Replies

Avatar

Employee Advisor

Girish, have you tried replicating this issue on a fresh AEM instance with the demo site?

Avatar

Employee Advisor

Give it a try on fresh instance, if you are facing same issue, please reach out to Adobe support team.

Avatar

Correct answer by
Level 4

I fixed this issue by adding "cq.underscore"  as dependencies in my rte plugin library.

 

Thank you All.