Clear button disabled in smartimage xtype | Community
Skip to main content
March 28, 2017
Solved

Clear button disabled in smartimage xtype

  • March 28, 2017
  • 2 replies
  • 1020 views

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,

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 MC_Stuff

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.

2 replies

Ratna_Kumar
Level 10
March 28, 2017

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.

MC_Stuff
MC_StuffAccepted solution
Level 10
March 29, 2017

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.