aem-react
aem-react copied to clipboard
cq:isContainer side effect
Whenever a component has the attribute cq:isContainer set to true, the editing feature to drag and drop any components above or below the said component is disabled.
What version of AEM are you using? Are you using Classic UI or Touch UI? Is there a javascript error in the console?
I have tried this on AEM 6.0 with ReactParsys and it seemed to work fine. I dragged a ReactParsys into a Accordion panel and then dragged sibling components around (TouchUI).
I am using AEM 6.1 and the Touch UI. There are no javascript errors on the console. I am using the cq:isContainer on a component called CustomListComponent. When I drag the CustomListComponent into ReactParsys while the container attribute is set, I cannot place its siblings above or below it. The opposite happens if I remove the attribute.