-
Notifications
You must be signed in to change notification settings - Fork 91
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
fix(tooltip): prevent hide when focus is within tooltip #1811
Conversation
✅ Deploy Preview for stacks ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
❌ Deploy Preview for stacks failed. Why did it fail? →
|
❌ Deploy Preview for stacks failed. Why did it fail? →
|
@dancormier I took the liberty to swap the sleep functions in the tests with |
@dancormier Tangential question, I noticed that we recommend to add a |
Thank you for the review @giamir!
Thank you for this! I entirely forgot about
Yeah, I think so. I'll go ahead and add a ticket. Tangentially, it seems like the popover broadly shouldn't include the
|
https://stackoverflow.atlassian.net/browse/STACKS-667
This PR prevents the tooltip from hiding when focus is moved to an element within the tooltip.
To test
TODO