Summary: | Changing Focus to Password Dialog Upon Opening Vault from System Tray | ||
---|---|---|---|
Product: | [Unmaintained] Plasma Vault | Reporter: | Michael Tunnell <m> |
Component: | general | Assignee: | Ivan Čukić <ivan.cukic> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cryptodude, mike.a.harris, nate, null |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-vault/b80ee599b39f0ffeb3bc749d9bcbc8cf592ea146 | Version Fixed In: | |
Sentry Crash Report: |
Description
Michael Tunnell
2017-10-06 18:35:49 UTC
Could you check this command in Konsole: kdialog --password Test If it also happens there, then you are still using KF5 5.37, and it is a duplicate of bug 383653. I'll see what the problem is @Christoph Feck I tried what you suggested and it worked fine. I used KDE Neon Git Stable in order to do the testing so I would assume it has the latest versions of everything since the beta. I'm observing this too. And I have the latest release. What I'm seeing is that when I click on the 'Open with File Manager' button, it correctly opens the kdialog, and it correctly has a blinking cursor in the password field. The problem is that the plasma widget (which I have on a panel) did not close. And as such my window focus is not on the newly opened window. Exactly the same issue happens when I click on "create a new vault" button. Is it possible to tell plasma to close the applet popop? If I open the network manager and click on the "configure" button, the System Settings" opens and my applet closes, making the window-focus move as expected. *** Bug 386227 has been marked as a duplicate of this bug. *** Git commit b80ee599b39f0ffeb3bc749d9bcbc8cf592ea146 by Ivan Čukić, on behalf of Kees vd Broek. Committed on 09/12/2017 at 06:29. Pushed by ivan into branch 'master'. Fix PWD dialog Summary: Make password dialog have error-handling built in. Related: bug 385985 This will show the error directly in the dialog and refuse to close until the mount was successful (or user presses cancel). Test Plan: {F5518252} Reviewers: #plasma, ivan Subscribers: abetts, colomar, jensreuterberg, ngraham, cfeck, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8787 M +2 -0 kded/CMakeLists.txt M +6 -45 kded/service.cpp A +59 -0 kded/ui/mountdialog.cpp [License: GPL (v2/3)] A +46 -0 kded/ui/mountdialog.h [License: GPL (v2/3)] A +181 -0 kded/ui/mountdialog.ui https://commits.kde.org/plasma-vault/b80ee599b39f0ffeb3bc749d9bcbc8cf592ea146 *** Bug 388571 has been marked as a duplicate of this bug. *** |