While working on the Plasma 5.11 Release Video, I noticed that when I selected the option to "Open with File Manager" it would activate the password dialog. I expected that the dialog would be in focus immediately so I could start typing but instead the widget/applet keeps the focus. In most situations in Plasma, I've noticed that when the password dialog is opened it takes focus to allow for immediate interaction so I think this Vault action should also utilize that approach as well.
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. ***