gnome-shell/js/gdm
verdre d7aba2dece loginDialog: Ensure timed login indicator is hidden on key presses
The timed login feature currently cancels the timed login operation when
a user presses a key but, oddly, only hides the indicator when the user
releases the key. This means that if a user holds down a key that
doesn't key repeat, the timed login indicator will continue to run after
the timed login operation is cancelled.

This commit address the problem by ensuring the timed login indicator is
hidden on any key press event, at the same time the timed login
operation is canceled.
2018-04-19 09:08:45 +02:00
..
authPrompt.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
batch.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
fingerprint.js gdm: Handle absence of Fprint.Manager service 2017-03-20 19:02:07 +01:00
loginDialog.js loginDialog: Ensure timed login indicator is hidden on key presses 2018-04-19 09:08:45 +02:00
oVirt.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
realmd.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
util.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00