Expand my Community achievements bar.

SOLVED

Clear button disabled in smartimage xtype

Avatar

Former Community Member

Hi!

I have a component in which the clear button is disabled, tried to change to html5smartimage but no luck. Any clue?

 

My component:

<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" height="{Long}400" title="Logo" xtype="dialog"> <items jcr:primaryType="cq:Widget" xtype="tabpanel"> <items jcr:primaryType="cq:WidgetCollection"> <panel jcr:primaryType="cq:Panel" title="Logo"> <items jcr:primaryType="cq:WidgetCollection"> <logo jcr:primaryType="cq:Widget" allowUpload="true" autoUploadDelay="1" bodyBorder="true" border="{Boolean}true" cls="x-image-fieldset" ddGroups="[media]" fieldLabel="Logo Image" fileNameParameter="./logo" fileReferenceParameter="./logo" height="150" mimeTypes="*.jpg;*.jpeg;*.gif;*.png" name="./logo" sizeLimit="100" title="" uploadUrl="/tmp/logo/*" xtype="smartimage"/> <url jcr:primaryType="nt:unstructured" fieldDescription="External URL" fieldLabel="External URL" name="./url" xtype="textfield"/> </items> </panel> </items> </items> </jcr:root>

 

 

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Level 9

Few users reported this issue. Using private window resolved the issue, We concluded it was browser caching issue. May be you can give that a try.

View solution in original post

2 Replies

Avatar

Level 10

Hi,

Please follow this community article which tells how to create Logo component which contains xtype: html5smartimage. Clear button works for me.

//https://helpx.adobe.com/experience-manager/using/creating-logo.html

Hope this helps!!

~ Ratna.

Avatar

Correct answer by
Level 9

Few users reported this issue. Using private window resolved the issue, We concluded it was browser caching issue. May be you can give that a try.