We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Pagination does not always occur with the active window (document.activeelement).
Include a screenshot if applicable.
To Reproduce Steps to reproduce the behavior:
Browser and Vimium version Chrome browser Vimium version 1.67
If you're using Chrome, include the Chrome and OS version found at chrome://version. Also include the Vimium version found at chrome://extensions.
The text was updated successfully, but these errors were encountered:
Some tricks in #3760 (comment) can work it around. And #4016 may be a usable solution.
Sorry, something went wrong.
I found that Vimium doesn't seem to catch focus events I'm generating from devtools or extensions like so:
document.getElementsByClassName('page-content')[0].focus()
on this web page for example. This focus event works to scroll content with the arrow keys but not Vimium.
No branches or pull requests
Describe the bug
Pagination does not always occur with the active window (document.activeelement).
Include a screenshot if applicable.
To Reproduce
Steps to reproduce the behavior:
Browser and Vimium version
Chrome browser
Vimium version 1.67
If you're using Chrome, include the Chrome and OS version found at chrome://version. Also include the Vimium version found at chrome://extensions.
The text was updated successfully, but these errors were encountered: