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

Unified Diff: chrome/browser/resources/settings/people_page/fingerprint_list.js

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (Closed)
Patch Set: merge 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
Index: chrome/browser/resources/settings/people_page/fingerprint_list.js
diff --git a/chrome/browser/resources/settings/people_page/fingerprint_list.js b/chrome/browser/resources/settings/people_page/fingerprint_list.js
index 3caf995f7519cce104d2feadcb25d7519bdc02b1..442c53cc2187584284fe732e2a87b0770160d047 100644
--- a/chrome/browser/resources/settings/people_page/fingerprint_list.js
+++ b/chrome/browser/resources/settings/people_page/fingerprint_list.js
@@ -150,7 +150,7 @@ Polymer({
/** @private */
onSetupFingerprintDialogClose_: function() {
- this.$$('#addFingerprint').focus();
+ cr.ui.focusWithoutInk(assert(this.$$('#addFingerprint')));
this.browserProxy_.startAuthentication();
},

Powered by Google App Engine
This is Rietveld 408576698