-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Extension preventing 'key*' events on inputs #2140
Comments
Thanks, @ronency, but that sounds like the correct behaviour from Vimium. Since Vimium has handled the keystroke, the page shouldn't see it ... including Edit: Incidentally, there are other places where we do (incorrectly) leak |
I'm not talking about a keystroke related to Vimium. |
I get the 'keyup' event for all other keys, except for the 'ESC' key. |
Perhaps I'm misunderstanding, @ronency. When an input is focused, Vimium is in "insert mode", all keys are passed to the input, so you will see |
My Specific example: Any thoughts? |
Thanks, @ronency. ~~That's actually a separate issue.~~~ Yes, this shows up on Facebook too, where Messenger popups should be closed with I just added an entry to the wiki explaining how to handle this. Edited: I originally thought this was posted to a different thread. |
When focus in on a text input, pressing ESC on the keyboard doesn't trigger the 'keyup' event, and only takes focus away from the input.
The text was updated successfully, but these errors were encountered: