How to stop sl-tooltip blocking/getting in the way of clicking items below it #2408
Unanswered
andrewdenham
asked this question in
Help
Replies: 1 comment 2 replies
-
Could you post an example so I can take a look? The hover bridge isn't currently exposed as a part you can hook into, and I think we'd need to see a really convincing use case that we should allow disabling it as its primary existence is to ensure users can hover over the tooltip without it disappearing. This especially helps users with on-screen magnifiers who otherwise wouldn't be able to read it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the
sl-icon-button
to trigger a menu below it in a navbar at the top of a page (note this problem also exists when using ansl-icon-button
in asl-dropdown
). Because of it's position the tooltip for the button displays below the button but when hovering on the first menu item, so outside of the button, the tooltip is still displayed and prevents you from clicking on the menu-item.It seems as if it's related to the hover-bridge addition. Is there a way to turn this off or prevent this from happening and the tooltip working the same way as a
title
would. So as soon as you hover outside of the button the tooltip disappears?#1734 (comment)
Beta Was this translation helpful? Give feedback.
All reactions