[gnome-shell] unlockDialog: Don't make dialog focusable
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] unlockDialog: Don't make dialog focusable
- Date: Mon, 24 Feb 2020 12:37:13 +0000 (UTC)
commit 1249655d0a865a6ad62a6dcae7b603a7c2386127
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Feb 19 17:20:37 2020 +0100
unlockDialog: Don't make dialog focusable
There is little point in focusing the dialog itself, we want keynav
to navigate inside instead and navigate between focusable children.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/2210
js/ui/unlockDialog.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js
index 5a3d24fd22..29f24e5b5f 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -476,7 +476,6 @@ var UnlockDialog = GObject.registerClass({
accessible_role: Atk.Role.WINDOW,
style_class: 'login-dialog',
visible: false,
- can_focus: true,
reactive: true,
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]