-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
tooltip stays in absolute position when component is hidden or scrolls across screen #374
Comments
I am also facing same issue |
Could you reproduce your issue on https://codesandebox.io? |
@yesmeck - I have ran into the issue when using a div element that is scrolling within another div (set to 100vh). Here is my reproduced example: https://codesandbox.io/s/3x5z243mq5 I didn't see a relevant issue in rc-tooltip, but haven't found the relevant spot it updates the absolute positioning. |
I am also facing this issue is there any solution? |
@joel-gouveia - I tried to find a solution but ran out of time debugging it. I have moved on to react-rangeslider. Sent with GitHawk |
@borwahs I actually found a solution here: react-component/tooltip#41 (comment) |
@joel-gouveia - nice find! Sent with GitHawk |
having an issue where I show the tooltip all the time when slider is open, but this causes issues as there are times when component is hidden but the tooltip still stays, or when I scroll down and the tooltip's rendered position is no longer in even position with the component that rendered it
The text was updated successfully, but these errors were encountered: