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

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

Issue 2822663003: Make Submit button on user pods unfocusable (Closed)
Patch Set: Created 3 years, 8 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 c3bfa3198c6564cd3fffd28ea6e69955428f0560..cff4f544fb4623cc771de5eaeefab5df9be51bb1 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -89,9 +89,8 @@ cr.define('login', function() {
* @const
*/
var UserPodTabOrder = {
- POD_INPUT: 1, // Password input field, Action box menu button, submit
- // button next to password input field and the pod
- // itself.
+ POD_INPUT: 1, // Password input field, Action box menu button and
+ // the pod itself.
PIN_KEYBOARD: 2, // Pin keyboard below the password input field.
POD_CUSTOM_ICON: 3, // Pod custom icon next to password input field.
HEADER_BAR: 4, // Buttons on the header bar (Shutdown, Add User).
@@ -819,7 +818,6 @@ cr.define('login', function() {
if (this.submitButton) {
this.submitButton.addEventListener('click',
this.handleSubmitButtonClick_.bind(this));
- this.submitButton.tabIndex = UserPodTabOrder.POD_INPUT;
}
this.imageElement.addEventListener('load',
« 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