gnome-shell/js/ui/components
Jonas Dreßler 70203b58ca polkitAgent: Only set key focus to password entry after opening dialog
Set the key focus to the password field only after we got a request
(and therefore know that a password is requested) instead of using
`setInitialKeyFocus()`. This way we don't try to focus the password
field by default if we aren't showing it (e.g. in case the user has no
password or is using fingerprint login).

Also we have to move the call to `grab_key_focus()` to happen after
`_ensureOpen()`, because otherwise the ModalDialog will set the focus to
one of the buttons while opening itself.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/788
2019-11-05 18:52:33 +01:00
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js cleanup: Remove trailing spaces 2019-09-15 16:02:45 +02:00
autorunManager.js js: Use generic actor properties to align StBin children 2019-11-04 21:27:56 +01:00
keyring.js js: Replace child properties 2019-11-01 19:42:01 +00:00
networkAgent.js js: Replace child properties 2019-11-01 19:42:01 +00:00
polkitAgent.js polkitAgent: Only set key focus to password entry after opening dialog 2019-11-05 18:52:33 +01:00
telepathyClient.js cleanup: Use inheritance for Actor classes instead of composition 2019-10-16 15:26:13 +00:00