Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Component Dialog doesn't open in Touch UI mode

Avatar

Level 3

Hi Team,

I am facing issue with touch ui dialog; Component dialog doesn't open in Touch UI mode, however, it does open in classic ui. We can not really see any error in console except for the one in below screenshot. 

Also, this issue is only coming in one of the available AEM instances, not all. Is that a problem with an instance ? Please let me know if there is anyway I can debug this ?

Appreciate your quick reply!

Thank you in advance

3 Replies

Avatar

Level 10

Looks like you have missing resources on this instance. If you install this component on a clean instance - it works - correct? 

Avatar

Level 2

Is this a Design component? Looks like the designPath is not set, and it is looking for a the default design node for a value.

Avatar

Administrator

Adding to what Brumoon stated,

You can assign a design to your site from page properties. If this is not set, the values are stored under the default design

[Page Properties > Advanced > Design]

  1. Open the page from site admin
  2. click on the page properties link in the side kick to launch page properties dialog
  3. click on the advanced tab
  4. select the design you created form the dropdown

This design will get assigned to all the child pages as well

Add:  <%= currentDesign.getPath() %> to know current path.

I hope this would help you.

~kautuk



Kautuk Sahni