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

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: different approach 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..76077db06112ff3d9836e5b20825a577f8203474 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(this.$.removeShowingSites);
},
/**

Powered by Google App Engine
This is Rietveld 408576698