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.
Hmm, this is an interesting requirement. We certainly have tooltips that will present itself upon hover. But it sounds like you would like to the the same exclusively using the keyboard.
Have you tried an overlay as well? Seems a bit overkill, but then again, a smartInfo smartTip could be as well. I am just trying to see if the behavior is consistent, or if overlay may fair a bit better here in terms of your requirement of gaining/losing focus. Perhaps it might be the same but worth a shot.