You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: