Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Multiple tooltip anchors beside each other cause invalid hiding #337

Open
patric-eberle opened this issue Jan 3, 2024 · 1 comment
Labels
bug Something isn't working high priority

Comments

@patric-eberle
Copy link
Member

If there are multiple tooltip elements placed beside each other, the tooltip sometimes gets hidden all together, even thought an anchor is hovered. It seems, that the "leave" event on the anchor is currently not cancelled if entering an other anchor.

Can be tested by adding multiple tooltips to the first section on http://localhost:5173/styleguide/sandbox/tooltips

@patric-eberle patric-eberle added the bug Something isn't working label Jan 3, 2024
@patric-eberle
Copy link
Member Author

Because of this bug it is also not possible to click or select something within the tooltip, which could be necessary for some features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

1 participant