You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I noticed that tooltips open by default when using a mouse, but not when navigating with a keyboard. After investigating, I found that helipopper sets the default trigger to mouseenter when tpVariation is tooltip (source). However, tippy.js uses mouseenter focus by default (source).
Is this behavior intentional, or could it be an oversight worth addressing?
Thanks!