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

Image updating after refreshing the page in TOUCH UI

Avatar

Level 5

Hi,

I am using ootb textimage component and customized the same component with image position option, when I am selecting the image in Touch UI mode, its not updating the image at the same time , once I am refreshing the page then only updated image will reflect.I am using AEM6.0.

Is this is expected  behavior or not.

 

 

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Level 9
7 Replies

Avatar

Level 9

Ideally, NO. Once you update the image or text, it is supposed to reflect on the page.

How kind of customization have you done?. 

Jitendra

Avatar

Level 5

Hi Jitendra,

I have added only style for position, even I have tested the textimage component without adding anything and its also behaving the same.

 

Regards,

Avatar

Level 5

Hi Jitendra,

I am facing this issue only in AEM6 , I have tested same code package in AEM6.1 and its working fine.I am not sure but this is version issue .

 

 

thanks

Avatar

Level 10

For AEM 6 - install all of the hotfixes and see if this is an issue. 

Avatar

Level 9

Varun,

This could be a bug so as suggested by @smacdonald, find appropriate hot fix and install it. Otherwise, you could also add "cq:editConfig" listeners at the component level and reload on the page after each edit. This way, It least author does not have to reload the page.

Jitendra

Avatar

Correct answer by
Level 9

There is the doc all about cq edit configuration.

https://docs.adobe.com/docs/en/cq/5-5/developing/components/edit_config.html

Avatar

Level 5

Jitendra S.Tomar wrote...

There is the doc all about cq edit configuration.

https://docs.adobe.com/docs/en/cq/5-5/developing/components/edit_config.html

 

thanks Jitendra and Scott