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

Mouse out of last clicked element when ESC is typed #4420

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Conversation

philc
Copy link
Owner

@philc philc commented Feb 11, 2024

Some pages, like Wikipedia, open a popup when a link is clicked, and it won't get dismissed unless there is a mouseout event on the link.

Vimium does not issue a mouseout event on links, in case the menu is a hover menu and the user wants to click on an item in that hover menu.

In this PR we allow ESC in normal mode to mouseout of the last clicked element, which dismisses the popup on Wikipedia pages.

Fixes #3073

@philc philc merged commit 07e2600 into master Mar 2, 2024
@philc philc deleted the mouse-out-on-esc branch March 2, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wikipedia and Github Issue preview popups remain open after using LinkHints.activateModeToOpenInNewTab
1 participant