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.

Tooltip triggers exit when changing content prop

See original GitHub issue

Describe the issue. What is the expected and unexpected behavior? When tooltip has its content prop changed, e.g. from “foo” to “bar”, it will count as if your mouse has left the tooltip-root and close after waiting the exitDelay duration

Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.

See: https://codesandbox.io/s/infallible-euler-17580

  1. Hover over button
  2. Click button
  3. Expect tooltip to remain

Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around? Bug. Non-blocking, no work-around

What is your product and what release version are you targeting? N/A

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rachael-phillipscommented, Nov 18, 2019

Hi @SpyTec our team has seen this, and I’ll get back to you sometime this week with about this issue.

0reactions
stale[bot]commented, Jan 20, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change Twitter Bootstrap Tooltip content on click
In bootstrap 4 I just use $(el).tooltip('dispose'); then recreate as normal. So ...
Read more >
Tooltips - Bootstrap
The tooltip plugin generates content and markup on demand, and by default places tooltips after their trigger element. Trigger the tooltip via JavaScript:....
Read more >
[Tooltip] Keep tooltip open when trigger is activated #1077
I'm trying to implement a tooltip that stays open when activating the trigger but couldn't find any prop to control this.
Read more >
Tooltip | Components - BootstrapVue
Tooltips can be triggered (opened/closed) via any combination of click , hover and focus . The default trigger is hover focus . Or...
Read more >
Tooltip basics - jQuery TOOLS
The position property specifies the position in relation to the trigger element. For example, a value of 'bottom center' will place the tooltip...
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