I have an element, Shape show focus, that is visible only when a group, Group creation, is hovered.
Every time Shape show focus is not visible, a workflow hides the groupfocus
Every time Shape show focus is visible, a workflow triggers a custom workflow for showing the groupfocus after a 1000ms delay when
The custom workflow is conditioned to trigger only when Shape show focus is visible (in the hope that the custom workflow would not trigger if the user does not linger in hovering on Group creation)
Result: I have multiple instances of Group creation on a page through a reusable group on a page. When I slide a cursor across the page, the first contact with a Group creation shows the groupfocus on a delayed basis while the subsequent contacts do not. The goal is for groupfocus to not show at all since the hovering on Group creation is very brief. Somehow, the custom workflow is getting triggered by the first contact despite the condition for the custom workflow to be triggered only when Shape show focus is visible.
What should I change to ensure groupfocus does not show in that first contact as it doesn’t in the subsequent contacts if all a user is doing is sliding a cursor across the page without lingering?