Skip to content
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

[BUG] Text field of the popup window doesn't focus when using shortcut #526

Open
Perverance opened this issue Mar 30, 2024 · 1 comment · May be fixed by #555
Open

[BUG] Text field of the popup window doesn't focus when using shortcut #526

Perverance opened this issue Mar 30, 2024 · 1 comment · May be fixed by #555

Comments

@Perverance
Copy link

Perverance commented Mar 30, 2024

Sometimes the text field of the popup window doesn't get in focus, so I can't start typing and I have to press again to close and again to open it, and I have to repeat this many times since it focus properly only one out of five times on average.

It's super annoying and a big waste of time, I hope someone could help with that bug.

I'm on Windows 11, Firefox 124.0.1, using Alt+Q for the shortcut.

I haven't looked at the code, but one possibility could be that the popup shows up after the focus event is triggered, but it's just my guess.

Thanks.

@prolewall
Copy link

I also have this issue, took a look in the code and came up with some simple solution. Not sure if this project is still actively maintained but hopefully some maintainer will take a look.

btw as a workaround for this issue you can also hit TAB a few times to focus on the text field instead of reopening it a bunch of times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants