You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by moloko May 23, 2023
I've just been trying out react-tooltip and really like it - except for one issue I can't seem to solve, which is that the tooltip doesn't immediately disappear if you scroll.
I think it's likely a similar issue to #746 given that it seems to work fine on the examples in the docs. But I can't use the same isCapture solution that was given for #746 as it doesn't seem to be available in v5.
I notice that here it says 'scrollHide - can be implemented if requested' - so maybe it's that which is needed?
The text was updated successfully, but these errors were encountered:
disableHideOnScroll/Resize props would probably be better than hideOnScroll/Resize, since having this behavior enabled by default seems to be common in most places I've seen.
Discussed in #1030
Originally posted by moloko May 23, 2023
I've just been trying out react-tooltip and really like it - except for one issue I can't seem to solve, which is that the tooltip doesn't immediately disappear if you scroll.
I think it's likely a similar issue to #746 given that it seems to work fine on the examples in the docs. But I can't use the same
isCapture
solution that was given for #746 as it doesn't seem to be available in v5.I notice that here it says 'scrollHide - can be implemented if requested' - so maybe it's that which is needed?
The text was updated successfully, but these errors were encountered: