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] Keep tooltip open when trigger is activated

See original GitHub issue

Feature request

Overview

I’m trying to implement a tooltip using Radix that stays open when activating the trigger, but can’t think of or find a way to do it.

Examples in other libraries

Who does this impact? Who is this for?

Additional context

https://github.com/radix-ui/primitives/issues/1077 I tried following the suggestions here but they did not work. I’m assuming some of the props like onPointerDownOutside are no longer supported for the Tooltip?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
dannyhkimcommented, Jul 13, 2022

Oh I see, thanks so much for the help!

1reaction
benoitgrelardcommented, Jul 13, 2022

Ah I see, you’re using the latest stable which doesn’t yet have that prop. This is a change we made recently to enable such use-case as the one you are trying to achieve. You can upgrade to the latest rc for now until we release v1 probably next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Tooltip] Keep tooltip open when trigger is activated #1077
Feature request 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 >
Bootstrap tooltips to stay open on hover - Stack Overflow
Keep Tooltip open on mouseover + add a helper class on first mouseover (the tooltip alway triggered two mouseover events in my case...
Read more >
Keep Tooltip open, so i can click a button inside the tooltip
I've seen that other tooltips within syncfusion have the [isSticky] option, that leaves the tooltip open until a user closes it, ...
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 - Radix UI
Provider to control display delay globally. Opens when the trigger is focused or hovered. Closes when the trigger is activated or when pressing...
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