[gnome-shell/gnome-3-36] loginDialog: Make notListedButton accessible



commit 442d44c4253a3c2af41877870c74b31bea201c22
Author: Mike Gerow <gerow google com>
Date:   Wed Jan 13 12:29:35 2021 -0800

    loginDialog: Make notListedButton accessible
    
    Without this a screen reader just calls the notListedButton a
    "push button" instead of also including the "Not listed?" text.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1567>
    (cherry picked from commit 7222bffdf808860d2b19f0b4e98929a5d28422d1)

 js/gdm/loginDialog.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index ef1af5d414..00288a2264 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -464,6 +464,7 @@ var LoginDialog = GObject.registerClass({
             child: notListedLabel,
             reactive: true,
             x_align: Clutter.ActorAlign.START,
+            label_actor: notListedLabel,
         });
 
         this._notListedButton.connect('clicked', 
this._hideUserListAskForUsernameAndBeginVerification.bind(this));


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