-
Notifications
You must be signed in to change notification settings - Fork 24
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
Windows Hello window not in focus when KeePass opened through a shortcut #86
Comments
The same applies when using KeeAgent Plugin. If you start a SSH connection while KeePass is locked, SSH seems to hang. Meanwhile the WinHello Prompt is waiting hidden behind the Terminal window. |
As it turns out, KeepassXC has windows hello feature built-in. So if you are not tied to strictly using regular KeePass, than I would recommend switching over to KeepassXC. |
It would really be great to have this fixed. |
I also have this issue (KeePass 2.51.1 64Bit and KeePassWinHello 3.2). I recently noted that it doesn't occur when I'm entering my hot key for "show KeePass window":
Maybe this helps for locating the problem in the code. Because the issue is quite annoying it would be great to get this fixed soon! Thank you!! |
I did some research and may have approached the problem. I found these lines in the Code of the main KeePass Software (v 2.53): KeePass: MainForm_Functions.cs - line 2962:
So only for the ShowWindow-Command the visibility check is done. This makes sense in all normal cases but with WinHello it causes the stated problem I guess. I don't know if there is a possibility to bring the Windows Hello form to the front from inside the WinHello-Code or if we have to jump over to the KeePass Bug report area. Could please someone with more experience comment on that? Thanks for helping out! |
I always get the PIN entry window from Windows Hello in the foreground, but after completing this, the account selection window from KeePass is in the background. So still a window focus issue, but at another time. |
I just set up my new Laptop with fingerprint sensor and would love to use this to unlock KeePass. But with this focus bug its annoying. Any update on this? |
No, lost interest because it works much better with KeePassXC. |
related: #25 |
Describe the bug
When opening KeePas from locked state via a shortcut (Ctrl+Alt+A in my case), resulting Windows Hello window is not in foreground and does not have focus on it. This causes reading fingerprint to fail until I manualy select Windows Hello window to make it in focus.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Windows Hello window must be on top and in focus.
Screenshots
Windows Hello window opened in background and not in focus.
Context
Hardware info
Plugin settings
KeePass settings and environment
Additional context
If I open KeePass application, Windows Hello window is in foreground and in focus as expected.
But the same does not happen when KeePass is opened through a shortcut.
The text was updated successfully, but these errors were encountered: