gnome-shell/js/ui/components
Jonas Dreßler 3a7228cf2f polkitAgent: Only reset UI on session resets while opened
Since `_destroySession()` is not only called before we try to initiate a
new authentication session with Polkit, but also when the dialog is
closed, it's currently possible that key focus is grabbed by the close
button after the dialog was dismissed and hidden. This is causing a bug
where after dismissing one of multiple queued dialogs, key focus goes
away and keyboard navigation with the new dialog is impossible.

Fix this by only resetting the UI of the dialog if the dialog is still
opened/visible at that point.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/828
2019-11-15 23:26:47 +00:00
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
autorunManager.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
keyring.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
networkAgent.js cleanup: Avoid unnecessary parentheses 2019-11-11 19:25:14 +00:00
polkitAgent.js polkitAgent: Only reset UI on session resets while opened 2019-11-15 23:26:47 +00:00
telepathyClient.js cleanup: Use JSDoc for documentation comments 2019-11-11 19:25:14 +00:00