-
Notifications
You must be signed in to change notification settings - Fork 700
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
Prevent Ctrl-Tab from triggering tab completion #541
Conversation
Fixes #529 This is probably the simplest workaround for Firefox sending a keydown event when switching browser tabs via Ctrl-Tab
Yeah, this is a pretty cheap fix, but we don't have a key bind on that so that's 👍 for now until we can get a better library I guess. I see that |
Before +1ing this, I would like to understand why this was working just fine on an @hho, did you investigate a little bit there by any chance? |
@astorije 2.0.0-pre.4 doesn't even have a |
Indeed, and that's why I was willing to investigate why it works fine with an input but not with a textarea. |
I'm sorry, but I don't understand: |
Woosh, my bad! When I tested, I could trigger this bug on |
👍 and merging, |
See thelounge/thelounge#529 and thelounge/thelounge#541 for more info.
Prevent Ctrl-Tab from triggering tab completion
Fixes #529
This is probably the simplest workaround for Firefox sending a keydown event when switching browser tabs via Ctrl-Tab