-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
Description
Bug description
delayShow={1000}
results in unexpected behavior when hovering between anchor elements.
Version of Package
v5.22.0
To Reproduce
Hover between two anchor elements that share a tooltip with a value set for delayShow
. The tooltip will change to the second anchor element before closing.
Expected behavior
Two options:
- The tooltip should stay open when hovering between two elements that are close enough
- The tooltip should abruptly close, and open again for the new anchor only after the set delay
I lean towards 1.
Additional context
CodeSandbox sample: https://codesandbox.io/s/frosty-noether-y4m79q?file=/src/App.js
#1114 related
paarthmadan, OahMada, johannkor and gh0stl0nely