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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 2365943002: cros: Minor issues regarding submit button and tabbing on user pod fixed. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index a65254b35c75fd0c87805324cd953cb9bc53a187..aac535de0a0694b7162767ada604ee8671a7fb87 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -718,6 +718,9 @@ cr.define('login', function() {
this.handlePinChanged_.bind(this));
}
+ if (this.submitButton)
+ this.submitButton.tabIndex = -1;
xiyuan 2016/09/23 17:42:17 nit: Put this in html ?
sammiequon 2016/09/23 18:00:15 Done.
+
this.actionBoxAreaElement.addEventListener('mousedown',
stopEventPropagation);
this.actionBoxAreaElement.addEventListener('click',
@@ -1442,6 +1445,7 @@ cr.define('login', function() {
this.passwordElement.value = '';
if (this.pinKeyboard)
this.pinKeyboard.value = '';
+ this.updateInput_();
this.classList.toggle('signing-in', false);
if (takeFocus) {
if (!this.multiProfilesPolicyApplied)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698