Summary: | USABILITY: Text field not focused in credentials dialogs | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | sombragris |
Component: | auth-handler | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | coloncolonone, kde |
Priority: | NOR | ||
Version: | 0.5.2 | ||
Target Milestone: | Future | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-auth-handler/f0903c2bf3bdcd3db3198e02ad8148eff7db6e73 | Version Fixed In: | |
Sentry Crash Report: |
Description
sombragris
2012-12-29 14:31:07 UTC
Created review request for a change that fixes this for me: https://git.reviewboard.kde.org/r/108991/ Git commit f0903c2bf3bdcd3db3198e02ad8148eff7db6e73 by David Edmundson, on behalf of Stefan Eggers. Committed on 17/02/2013 at 19:23. Pushed by davidedmundson into branch 'master'. Set focus on the password field Previously when the dialog opened the focus was on the OK button and one had to click on the KLineEdit widget to enter the password. With this change the foucs is on the KLineEdit widget instead and one can start to enter the password right away. In addition to this make sure the dialog doesn't steal focus. Other- wise it might interrupt text input in some other window when it opens. REVIEW: 108991 M +2 -0 x-telepathy-password-prompt.cpp http://commits.kde.org/telepathy-auth-handler/f0903c2bf3bdcd3db3198e02ad8148eff7db6e73 Way to go! Thanks Stefan and David! |