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

Improve hover UX so moving point diagonally from highlight to hover doesn't clear over #95816

Closed
greggman opened this issue Apr 22, 2020 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality polish Cleanup and polish issue workbench-hover Hover issues in the workbench
Milestone

Comments

@greggman
Copy link
Contributor

greggman commented Apr 22, 2020

It woudl be nice if the hover UX allowed the pointer to go diagonally up and right where it comes off the highlighted text and makes it to the hover. As it is the hover disappears because there is an instant where the pointer is neither on the highlighted text nor on the hover box

hover-ux

This has been a known issue for UX design since in the 1980s in particular going from a menu item to a submenu item and there are various solutions.

I would be nice if hovers had some similar solution. Maybe a small delay (100ms?) before they disappear so when the mouse travels that small amount shown above they don't vanish. There is a settable delay before showing. Maybe a solution would be a delay for hiding as well?

@octref octref added editor-hover Editor mouse hover feature-request Request for new features or functionality labels Apr 22, 2020
@octref octref added this to the Backlog milestone Apr 22, 2020
@octref
Copy link
Contributor

octref commented Apr 22, 2020

That's a nice thing to have. The reason it's disappearing is because your mouse moved outside of the word, but I agree a delay might make this better.

@Tyriar Tyriar assigned Tyriar and unassigned octref Aug 26, 2020
@Tyriar
Copy link
Member

Tyriar commented Oct 11, 2021

Closely related issue for custom hovers elsewhere in the workbench: #130248

@legomushroom
Copy link
Member

Tested this today on stable 1.95.3(f1a4fb) on Windows 11 and issue seems to be fixed due to the fact that the hide delay of the popup is much longer now, making it much easier to interact with. Please reopen if the behaviour still causes issues for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality polish Cleanup and polish issue workbench-hover Hover issues in the workbench
Projects
None yet
Development

No branches or pull requests

6 participants