Interactive tooltip disappears when clicking into a select on Firefox
See original GitHub issueHi,
If an interactive tooltip contains a <select> component, when I click inside the <select> to choose an option, the whole tooltip disappears on Firefox (works as expected on Chrome and Safari).
Here a minimal code to demonstrate the issue : https://codesandbox.io/s/nameless-snow-wt6u7
Thank you for your help.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Interface hangs after clicking onto a tooltip - Bugzilla@Mozilla
A simple workaround is to find something with a tooltip. I think it has to be an element in the page. Remember that...
Read more >Tooltips in Firefox sometimes disappear - Fedora Forum
My first thought would be to try changing your theme. ... That was already set to true, and changing the theme didn't help....
Read more >click is not working in selenium due to presence of tooltip in ...
I have been troubleshooting a similar issue recently. The hover tooltips text does not disappear after click on the first element, ...
Read more >Tooltipster - The jQuery Tooltip Plugin - GitHub Pages
click When a mouse click happens anywhere in the page. However, if the interactive option is set to true, a click happening inside...
Read more >JavaScript · Bootstrap
Don't use data attributes from multiple plugins on the same element. For example, a button cannot both have a tooltip and toggle a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

If you’re using npm, reinstalling
@tippyjs/reactwill upgradetippy.jsto latest (since^semver range) with it (last time I used npm). If you’re using Yarn, you can useresolutionsinpackage.jsonto specify the latest Tippy or editing the lockfile.Ok good news. If I am not wrong, it as been fixed in
tippy.js@6.3.4, andtippyjs-react@lateststill depends ontippy.js@6.3.1. But the next version oftippyjs-reactshould probably upgrade its dependency to tippy.js… Just have to wait 😃. Thanks.