Selecting Parent Component in Layout Mode - Responsive Grid | Community
Skip to main content
September 10, 2021
Solved

Selecting Parent Component in Layout Mode - Responsive Grid

  • September 10, 2021
  • 1 reply
  • 694 views

Hi all,

 

Currently having an issue in Layout Mode, where an author wants to select a component, but when click a child component inside that component nothing is selected. The component is only selected when you avoid click the children.

Is there are workaround where the parent component is selected when children are selected? 

 

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 BrianKasingli

@jry-an,

Sometimes unable to select a child component is because of a CSS or AEM tag declaration problem. In your development environment, try to debug the CSS properties, for example: display-block; display-flex, and/or look for the AEM decoration tags (wether it exists or not), because that may be the problem. https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/decoration-tag.html?lang=en

 

1 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
September 10, 2021

@jry-an,

Sometimes unable to select a child component is because of a CSS or AEM tag declaration problem. In your development environment, try to debug the CSS properties, for example: display-block; display-flex, and/or look for the AEM decoration tags (wether it exists or not), because that may be the problem. https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/decoration-tag.html?lang=en