philc / vimium

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

How to handle (many) frames. #1574

Open smblott-github opened 9 years ago

smblott-github commented 9 years ago

On pages with lots of frames, it's easy to get lost. #426 would be helpful. However, currently we blindly focus frames which are not in the viewport. That gets pretty confusing. We could either skip such frames, or scroll them into view.

smblott-github commented 8 years ago

Bump.

We should skip frames which are not in the viewport.