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
If you go to our toolbar icon menu example you'll notice that when you:
Hover over target
Click on target
Open menu and then click outside
The tooltip shows back up on the button.
This works somewhat as intended because the target after closing the menu is technically the active element in the DOM. However, it's a bit confusing to a sighted user because there is no focus ring on the target. Maybe we can use some heuristics like focus-visible to indicate when to show the tooltip.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
If you go to our toolbar icon menu example you'll notice that when you:
This works somewhat as intended because the target after closing the menu is technically the active element in the DOM. However, it's a bit confusing to a sighted user because there is no focus ring on the target. Maybe we can use some heuristics like
focus-visible
to indicate when to show the tooltip.The text was updated successfully, but these errors were encountered: