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.

Tooltips that are displayed on hover don't actually disappear when you're no longer hovering on the object.

See original GitHub issue

Describe the bug

This seems to be the case with many of our tooltips. The hover state persists until you hover over the item again. I’ve noticed this recently because its a lot more obvious (and annoying) with the Run query button. I’ve spoken to @nathaliabj about this and apparently it affects quite a few buttons!

Screenshot 2022-03-07 at 12 16 25

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
PriPatelcommented, Mar 8, 2022

@ZeRego Nice!

  1. I hit Run Query (because I’ve made a change and the button is active),
  2. Now, as my query is up-to-date and there are no changes to run, the tooltip will automatically disappear.

Correct?

1reaction
ZeRegocommented, Mar 7, 2022

Last time I checked this problem it seems to be a bug in Blueprintjs where disabled elements don’t propagate the mouse events so the tooltip doesn’t know when to close.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error tooltip disappears immediately when hovering cursor
1. You have a Flow error 2. hover over the error 3. try to move mouse over popup 4. popup disappears before mouse...
Read more >
Bootstrap's tooltip doesn't disappear after button click ...
This is because trigger is not set. The default value for trigger is 'hover focus' , thus the tooltip stay visible after a...
Read more >
Problem Finding ToolTip/HoverOver Objects
When you move your mouse off the word that is causing the tooltip, the tooltip disappears so you can never retrieve it's object...
Read more >
Tooltips · Bootstrap v5.0
Elements with the disabled attribute aren't interactive, meaning users cannot focus, hover, or click them to trigger a tooltip (or popover). As a...
Read more >
How to Add Hovering Tooltips [Unity Tutorial] - YouTube
We've all seem them and we all know they ' re super useful! Floating tool tips ! In this video I'm going to...
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