You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Links which are clicked using
LinkHints.activateModeToOpenInNewTab,LinkHints.activateModeWithQueue, etc. trigger the hover effect of the link by sending amouseoverevent, but the correspondingmouseoutevent 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.
The text was updated successfully, but these errors were encountered: