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

Fix Windows Hello bugs #8354

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Fix Windows Hello bugs #8354

merged 1 commit into from
Sep 5, 2022

Conversation

droidmonkey
Copy link
Member

Also remove defunct code on macOS to prevent window focus issues.

Testing strategy

Tested on Windows and macOS

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@droidmonkey droidmonkey added platform: Windows crash 💥 feature: QuickUnlock pr: backport pending Pull request yet to be backported to a previous release labels Aug 12, 2022
@droidmonkey droidmonkey added this to the v2.7.2 milestone Aug 12, 2022
@droidmonkey droidmonkey requested a review from phoerious August 12, 2022 01:59
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2022

Codecov Report

Merging #8354 (fab58e7) into develop (bd809ba) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #8354      +/-   ##
===========================================
- Coverage    64.49%   64.47%   -0.01%     
===========================================
  Files          339      339              
  Lines        43763    43764       +1     
===========================================
- Hits         28221    28216       -5     
- Misses       15542    15548       +6     
Impacted Files Coverage Δ
src/gui/Application.cpp 31.56% <ø> (+0.28%) ⬆️
src/gui/Clipboard.cpp 78.95% <0.00%> (-7.02%) ⬇️
src/core/Entry.cpp 83.78% <0.00%> (-0.20%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

* Fix #7977 - wrap key signing request in try/catch block to prevent crashes on some machines.
* Fix #8120 - try 3 times to bring Windows Hello prompt to front. This may be necessary on older machines that are slow to bring up the prompt window.

Also remove defunct code on macOS to prevent window focus issues.
@droidmonkey droidmonkey merged commit ed693e1 into develop Sep 5, 2022
@droidmonkey droidmonkey deleted the hotfix/windows-hello branch September 5, 2022 16:25
@droidmonkey droidmonkey added pr: backported Pull request backported to previous release and removed pr: backport pending Pull request yet to be backported to a previous release labels Sep 11, 2022
@alexankaodin
Copy link

To those new people who have problem with a missing windows hello prompt on KeePassXC is probably because you might have installed the Legacy version just like I did. To fix this problem simply uninstall the Legacy version and install the regular installer marked on the image down below.
win-hello-fix

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