Overlapping items that act as buttons
I have placed 3 smart shapes that are set to act as button, i set an action to show 3 different groups when each of the shape is clicked. Each group is set as hidden as default state.
The problem is that when the group became visible, the 3 shapes on the background are still active. That could be correct, but also if i place a big square shape covering everything inside the group, the 3 base shapes still are clickable. I also tried to set the cover shape as a button, and, just to try if something changes, to set opacity to 100 to completely cover the 3 base shapes, but when the mouse goes over the area where the 3 shapes are placed (also if you cannot see them), they are still active and the click will execute the action associated with them. This behaviour is very unusual, I would expect to override every shape-button by placing a new item that completely cover it!