philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.3k stars 2.48k forks source link

Is there any solution on Amazon/IMDB dropdown menu at index page #2091

Open MoenCertiK opened 8 years ago

MoenCertiK commented 8 years ago

For those dropdown menus on upper right section, they have mouseover effects, however in the meantime being clickable which would trigger a hard refresh for anchor link. Current behavior of using 'f' would trigger navigation immediately, but you are able to see the expanded dropdown menu in a flash.

I saw similar issues listed before and also the thread on #1032 (but it closed?), but just curious to know is there any solution or usage suggestion? Thanks.

gdh1995 commented 8 years ago

The PR #1948 Link hints context-menu mode implemented a hover command, but it's closed because of its other ideas.

I agree that a hover is still needed.

smblott-github commented 8 years ago

1948 is closed because it proved less useful than was expected. However, #484 continues to get a fair amount of support, so perhaps we should revisit that decision.

MoenCertiK commented 8 years ago

Thanks a lot for the comments, the hover strategy is to prove useful for most cases or one by one starting from some big names? Seems each site has their own version to deal with hover effects...

dragon788 commented 7 years ago

@MuhanZou the sites might use different frameworks, but it should basically boil down to "put cursor at X,Y coordinates and let the page know", with an option to have it click using a different activation option (since some sites do require that).