-
Notifications
You must be signed in to change notification settings - Fork 10
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
Initial click in inactive window is lost #24
Comments
In I'm currently debugging adding a |
…inactive windows, plus added 'SwallowFocusClick' config command to disable the functionality. Issue #24
I discovered a bug in config file parsing which would incorrectly match config commands that were partial matches of other config commangs. I was able to fix this and make the config parsing more robust. I have now committed the |
When clicking on a control within an inactive window, the window is made active, but the click on the control is lost. This requires an additional click from the user and can be confusing as to why the initial click didn't register.
The text was updated successfully, but these errors were encountered: