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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data.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/site_settings/site_data.js
diff --git a/chrome/browser/resources/settings/site_settings/site_data.js b/chrome/browser/resources/settings/site_settings/site_data.js
index d7dca1afc11572d30674acc8c3b686b173f08653..64b8d932edea90618ecddcf0bb0959c59dd6d758 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.js
+++ b/chrome/browser/resources/settings/site_settings/site_data.js
@@ -109,7 +109,7 @@ Polymer({
/** @private */
onConfirmDeleteDialogClosed_: function() {
- this.$.removeShowingSites.focus();
+ cr.ui.focusWithoutInk(assert(this.$.removeShowingSites));
},
/**

Powered by Google App Engine
This is Rietveld 408576698