[gnome-shell/gnome-3-38] loginDialog: Make notListedButton accessible
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-38] loginDialog: Make notListedButton accessible
- Date: Wed, 13 Jan 2021 21:16:52 +0000 (UTC)
commit 6cfd0e3e3cb0862f3cd5a6c016b97a3bc5e5b7b6
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 9acb01c687..baddc22cd0 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]