Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4350)

Unified Diff: chrome/browser/resources/chromeos/login/lock.js

Issue 2106113003: Fixed issue with pods flying when changing profiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Renamed function for clarity. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/login/account_picker/user_pod_row.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/lock.js
diff --git a/chrome/browser/resources/chromeos/login/lock.js b/chrome/browser/resources/chromeos/login/lock.js
index a9dde4bdad5f99f2e9976739b03e2c4526022312..61819a6b5adace6de0967efc208ef17d6c4aa874 100644
--- a/chrome/browser/resources/chromeos/login/lock.js
+++ b/chrome/browser/resources/chromeos/login/lock.js
@@ -29,6 +29,7 @@ function showPinKeyboardAsync() {
// Called after polymer has been loaded. Fades the pin element in.
var onPinLoaded = function(pinKeyboard) {
var podRow = $('pod-row');
+ podRow.togglePinTransitions(true);
podRow.setFocusedPodPinVisibility(true);
};
« no previous file with comments | « no previous file | ui/login/account_picker/user_pod_row.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698