Hi everyone
We are developing a fragment to use as header on all our pages. This fragment contains a toolbar within a avatar icon. A menu is displayed after you click on it through an action chain for example.
When I add this fragment to a parent page with a fragment container and I try to test the page, the action chain is not run.
In the console I could recognize this message:
“Target element with selector #menupopup is not present inside the container frag-7c2bv7l83 . It is recommended that the selector provided with the action be locatable within the current container. Attempting to search for target element outside the container"
Which is the best scope to solve it?
Thanks everyone Community!
AG