-
Notifications
You must be signed in to change notification settings - Fork 3.4k
kivy: unfocus passwd field input in on_dismiss #6779
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
kivy: unfocus passwd field input in on_dismiss #6779
Conversation
|
I cannot reproduce the issue. Can you clarify what you mean? |
When starting wallet (linux/kivy or android build), after finished password dialog, |
such as? |
Seems 3 in kivy/linux, 4 (not sure) when back button in android pressed. Users claims exit is misbehave (on Dash fork), and I've found this problem. Maybe on different versions of kivy it works differently. |
|
so, apparently you are not the user who has this issue? |
I'm repeated the problem. For clarity I'll test on 4.0.5 arm64 build in a hour. |
|
Firstly on linux/kivy: other requirements from after showing history and pressing p.s.: on current master (85bce25) |
|
Testing 4.0.5 arm64 build: After showing history and pressing back button nothing happens (on second press also). |
9b21929 to
e9bcb6a
Compare
|
Fixed introduced bug in prev commit (fail on setting Pincode). |
|
the kivy gui was removed in #8591 |
After password is entered history screen is shown.
Back button is not work correctly if focus leaved on passwd input.
This commit seems fix the problem.