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

graphiciconselect not working in aem 6.5 (icon picker)

Avatar

Level 2

 

<buttonIcon jcr:primaryType="nt:unstructured"
sling:resourceType="acs-commons/components/authoring/graphiciconselect"
fieldDescription="Select icon to be displayed on the button"
fieldLabel="Button Icon"
name="./buttonIcon">
    <datasource
    jcr:primaryType="nt:unstructured"
    sling:resourceType="acs-commons/components/utilities/genericlist/datasource"
    path="/etc/acs-commons/lists/font-awesome-icons"/>
</buttonIcon>

 

The Icon Picker isn't working on AEM 6.5. Its layout is broken.

maheshbabuvoma_0-1620798681885.png

Expected:

maheshbabuvoma_1-1620798793304.png

 

After debug I relegalized acs-commons not loading properly in source tab

maheshbabuvoma_2-1620798987069.png

 

acs-commons/touchui-widgets is missing

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
1 Reply

Avatar

Correct answer by
Community Advisor

Can you please check below Thread for same issue:

https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/1965