Logic for nested Interactive Components

I’m gonna struggle to explain this one so the links are included at the end.

Behaviour:
Nested interactive components have some confusing behaviour. The interactions set on child components are handled (super cool), but in the case of click events ONLY the child component’s is effective somehow.

Expected:
Replicating event bubbling from the web? Child fires first then parent? Dunno exactly just see the problem not the solution :wink:

Editor:

Prototype:

Nested was wonky for me as well, what I expected, wasn’t always what happened… dropdowns was an example, but I see how they do it in the demo file…

Nested just didn’t seem to jive with my logic process. I’m sorry I don’t have a great example.