-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 password generator close button for good #9743
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #9743 +/- ##
===========================================
+ Coverage 64.86% 64.87% +0.01%
===========================================
Files 335 335
Lines 41066 41064 -2
===========================================
+ Hits 26636 26638 +2
+ Misses 14430 14426 -4
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works ok, but I need to fix the messaging problems to the extension side.
@varjolintu Which PR over on the browser side will fix the message issues? |
b0b1da1
to
a446375
Compare
@droidmonkey This one: keepassxreboot/keepassxc-browser#1961. I'd suggest you test it with multiple browsers. I had to add a new boolean to This might cause Firefox to drop the accepted password if user manually requested the generator again. But in Chromium based browsers the password is filled normally even after multiple requests. |
a446375
to
af3b2b9
Compare
* Avoids using QDialog which breaks the standalone password generator Revert "Fix password dialog close button" This reverts commit 5b47190.
af3b2b9
to
35e38fb
Compare
@varjolintu I made substantial edits here, I think this makes the experience better and solves the issue using a QWidget. Major change includes raising an existing password generator dialog if the user didn't close it before. |
Revert "Fix password dialog close button"
This reverts commit 5b47190.
Fixes #7952.
Testing strategy
Tested on Windows with latest browser extension
Type of change