-
Notifications
You must be signed in to change notification settings - Fork 53
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
Regression: Text box does not always focus when activated #59
Comments
I have seen this behavior when I have the query window open, and click the mouse outside of the window. It is not happening everytime, but fairly reproducable. However, I can only reproduce it in Release builds/installed version. After a quick debugging with some logging it seems that the OnDeactivated() method is not called (which also means that the window does not disappear) the last time the window was visible and focuasable. |
@RexTremendae That's strange. Would explain why I as well only could reproduce it in debug builds. Thanks for the research into this! |
@RexTremendae Did you by any chance see if |
Once the erroneous behavior starts appearing, neither the |
Build in Triggerring Jarvis with Alt + Space, typing something and do not select anything But somewhat this issue does not exists while debugging. I recorded a gif but it is too big to upload to github (2 minutes, 17mb) |
Update: This bug is still persistent. I click Alt+Space and it doesn't focus on Jarvis. I have to click on the Jarvis textbar before I can start typing. Kind of breaks the whole "start my programs FAST" functionality for me. |
No description provided.
The text was updated successfully, but these errors were encountered: