Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: mouse over tooltip broken by #676 #683

Closed
PatrickTasse opened this issue Mar 17, 2021 · 1 comment
Closed

Regression: mouse over tooltip broken by #676 #683

PatrickTasse opened this issue Mar 17, 2021 · 1 comment

Comments

@PatrickTasse
Copy link

In our application we want to be able to move the mouse over the tooltip to select and copy its content.

With 4.2.15 this is no longer possible because the tooltip instantly moves to follow the mouse, like an unreachable carrot at the end of a stick.

In our application the tooltip is defined within a large component, but the tooltip content depends on the mouse position being over items inside the component that are determined by the application but unknown to react. So using effect='solid' is not an option since this will position the tooltip relative to the large component, not to the mouse position.

@PatrickTasse
Copy link
Author

I tried using delayUpdate but it did not help. Perhaps that could be a possible solution? If the tooltip is already showing, reposition the tooltip after delayUpdate, or immediately if delayUpdate is 0 or undefined?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants