I am having an issue where an image button inside a group sometimes needs to be clicked twice before the associated success action is fired. This is how I have it set up.
3 groups on the slide are initially hidden. on the slide I have a smart shape button that has an action that shows 1 of the two groups. In the 1st group I have an image button that hides the 1st and shows the 2nd group. (think of it as a next button) Then in the 2nd group I have 2 image buttons. One for previous (shows group #1) and one for next (shows #3).
Group 1 and 2 both have a next button in the same exact spot and if I open group 1, click next, click previous, and try to click next again (on group #1) I have to click twice to have it activate. It's almost like the hit area for the next button in group #2 is still active even though the image button is hidden. (It almost acts like a dead spot that goes away once you click it)
Is there any known issue with elements in groups not being hidden 100% and causing overlapping issues with other elements on the slide?