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 doesn't work

See original GitHub issue

I’m trying to enable interactivity feature of Tippy JS, so I can hover over tooltip, however it doesn’t work: Oct-05-2020 14-01-51

Here is a code I have:

<ReactWordcloud
                words={words}
                options={{
                    colors: COLOR_THEME.slice(0, 4),
                    enableTooltip: true,
                    fontFamily: 'Arial',
                    fontSizes: [24, 48],
                    rotations: 0,
                    tooltipOptions: {
                        allowHTML: true,
                        appendTo: document.body,
                        arrow: true,
                        interactive: true
                    }
                }}
                maxWords={50}
            />

Am I doing something wrong or is it a Tippy JS’s bug?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
chrisrzhoucommented, Oct 16, 2020

Accepted MR and I believe this issue is resolved. Thank you for fixing and improving the library!

0reactions
volodymyr-nexxtcommented, Oct 15, 2020

@chrisrzhou I think I fixed it, I’m sending a PR shortly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltip is not working properly · Issue #17124 · mui/material-ui
On hovering next element showing the previously hovered element tooltip. Current Behavior. Showing previous element tooltip.
Read more >
Bootstrap tooltips not working - Stack Overflow
Without the selector option the tooltip does not work for me, here is a demo i put up: jsfiddle.net/VXctp, try it without the...
Read more >
Building a tooltip component - web.dev
A tooltip is a non-modal, non-blocking, non-interactive overlay containing supplemental information to user interfaces. It is hidden by default ...
Read more >
Tooltips · Bootstrap v5.0
Triggering tooltips on hidden elements will not work. Tooltips for .disabled or disabled elements must be triggered on a wrapper element.
Read more >
React Tooltip component - Material UI - MUI
Tooltips display informative text when users hover over, focus on, or tap an element.
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