Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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