This repository was archived by the owner on Nov 25, 2021. It is now read-only.
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Delay hiding the tooltip when mouse is moved away #48
Closed
Description
Reported in sourcegraph/sourcegraph-public-snapshot#132
- sourcegraph.com
- Chrome Version 68.0.3440.106 (Official Build) (64-bit), OSX 10.13.6
Steps to reproduce:
- Go here: https://sourcegraph.com/github.com/src-d/go-git/-/blob/options.go#L325
- Hover the mouse over an identifier (e.g:
All
attribute insideCommitOptions
)- Quickly move the mouse towards the "Find references" button
Expected:
- Popup should remain in place and let me click on find references
Actual:
- Sometimes the popup disappear, probably because it thinks the mouse isn't hovering over the identifier anymore
I'll post a link to a video with the repro in a follow-up update.