Should button title
tooltips apply to the entire button or just the label/icon?
#1207
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
In #1160, we fixed an issue where icon-only buttons didn't have a tooltip/
title
attribute to display text on hover. Now that we've fixed that, I noticed that, because thetitle
attribute is only applied to the button content it only activates when hovering directly over the label text or icon. If you hover the part of the button that's mostly padding, you don't get the tooltip hint. See the demo:Screen.Recording.2024-01-11.at.2.50.50.PM.mov
Describe the solution you'd like
I think the tooltip is especially helpful in cases where users aren't familiar with the icon. But it seems like it would be better to trigger/apply it to the entire button, rather than just the contents. @kgcreative any thoughts or preferences from the UX side?
The text was updated successfully, but these errors were encountered: