philc / vimium

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

Firefox: gF (mainFrame) command does not work #2483

Open smblott-github opened 7 years ago

smblott-github commented 7 years ago

All of the correct Javascript seems to be being called. In particular, window.focus() is called in the main/top frame. However, this does not bring the focus back to the main/top frame (as expected).

To reproduce:

Observe that the focus is not in the main/top frame (you can't scroll it, say).

Firefox only.

(There is a lot of stuff which doesn't work in Firefox. Help/input would be appreciated.)

mrmr1993 commented 7 years ago

This is a manifestation of FF issue 554039. I've pushed a fix at #2484.

There is a lot of stuff which doesn't work in Firefox.

Could you list them? Beyond the (admittedly significant) issues listed in my comment on #2425, everything (that I use, at least) seems to work as in Chrome.

smblott-github commented 7 years ago

Could you list them?

The only additional one I recall right now is that visual mode doesn't work.

Don't get me wrong. The most notable thing is that so much stuff does work. We just need to chip away at the bits which are broken, and as we do the UX will improve.