Display tooltip when image control has keyboard focus
Hello,
What is the best approach to displaying a tooltip when an image control is in focus using OOTB?
I have tried to add an action set on the image control with the following configuration:
Issues:
1. The tooltip doesn't display on the screen when the image control has keyboard focus, and instead the tooltip flashes on the screen for a brief second when I'm tabbing away from the image control.
2. The tooltip only remains on screen for a brief second. It should remain visible until the focus is removed from the image control.