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

Links "hovered" by clicking are never "unhovered" #1189

Closed
mrmr1993 opened this issue Oct 26, 2014 · 2 comments · Fixed by #1819
Closed

Links "hovered" by clicking are never "unhovered" #1189

mrmr1993 opened this issue Oct 26, 2014 · 2 comments · Fixed by #1819

Comments

@mrmr1993
Copy link
Contributor

Links which are clicked using LinkHints.activateModeToOpenInNewTab, LinkHints.activateModeWithQueue, etc. trigger the hover effect of the link by sending a mouseover event, but the corresponding mouseout event is never sent, so the hover effect persists even after clicking other links.

An example of this behaviour is the movie posters on this IMDb list.

PR #1032 fixes this.

@menelaos
Copy link

menelaos commented Sep 9, 2015

Is there any progress on this issue?

@mrmr1993
Copy link
Contributor Author

I've created PR #1819, using the idea from #1032 but without adding any new commands.

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 a pull request may close this issue.

2 participants