1.5 Beta: Nestable Accordion inside Nestable Accordion triggers parent

Bricks Version: 1.5-beta
Browser: Brave
OS: macOS / Windows / Linux / etc.
URL: (a link to a page that illustrates the issue would be really helpful)

If you have one nested accordion inside of another, clicking on the child title effects the parent.

By “effects the parent” do you mean that the parent item closes or something else?

It toggles the parent item.

Ok, then I confirm that behavior. What is your case about and what are you trying to achieve? As far as I know, putting one accordion inside another isn’t the greatest idea in terms of UI/UX.

If it has to be done in this way, a possible solution to this bug would be to have an option for the element to prevent this behavior. Something like:

  1. Only close on icon click/tap
  2. Force state: Open/Closed/Active (like Editing mode on Superbox in Oxygen)

We sometimes have long technical copy that contains nested accordions. I would think there should be an association between the title element being clicked and the content element being displayed.