[gnome-shell/jrocha/polkit-dialog-without-passwd: 2/2] polkitAgent: Do not set initial focus in the password entry



commit 94b6599ed62191e70ef81aca5f69f993e3bb729e
Author: Joaquim Rocha <jrocha endlessm com>
Date:   Wed Jul 19 14:08:20 2017 +0200

    polkitAgent: Do not set initial focus in the password entry
    
    The password entry can be hidden if the user has no password set, but
    setting the initial focus to it will result in the entry responding to
    the "activate" and signals.
    Besides, with the logic that the dialog follows, setting the initial
    focus in the entry is redundant, because it the focus is also set in
    the entry upon showing it.
    
    https://phabricator.endlessm.com/T17269

 js/ui/components/polkitAgent.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js
index b99e472c9..4056f72e7 100644
--- a/js/ui/components/polkitAgent.js
+++ b/js/ui/components/polkitAgent.js
@@ -123,7 +123,6 @@ var AuthenticationDialog = new Lang.Class({
 
         this._passwordBox.add(this._workSpinner.actor);
 
-        this.setInitialKeyFocus(this._passwordEntry);
         this._passwordBox.hide();
 
         this._errorMessageLabel = new St.Label({ style_class: 'prompt-dialog-error-label' });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]