question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interactive tooltip disappears when clicking into a select on Firefox

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
atomikscommented, Nov 10, 2021

If you’re using npm, reinstalling @tippyjs/react will upgrade tippy.js to latest (since ^ semver range) with it (last time I used npm). If you’re using Yarn, you can use resolutions in package.json to specify the latest Tippy or editing the lockfile.

0reactions
llemaitre19commented, Nov 17, 2021

Ok good news. If I am not wrong, it as been fixed in tippy.js@6.3.4, and tippyjs-react@latest still depends on tippy.js@6.3.1. But the next version of tippyjs-react should probably upgrade its dependency to tippy.js… Just have to wait 😃. Thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found