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

Unified Diff: chrome/browser/resources/settings/internet_page/network_proxy.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/internet_page/network_proxy.js
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.js b/chrome/browser/resources/settings/internet_page/network_proxy.js
index 9f34cf68d87b9512d1ef05a80b8faf806c97932d..c38e5cae547e0994712f8d229aa09e382c558271 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy.js
+++ b/chrome/browser/resources/settings/internet_page/network_proxy.js
@@ -492,6 +492,6 @@ Polymer({
/** @private */
onAllowSharedDialogClose_: function() {
- this.$$('#allowShared').focus();
+ cr.ui.focusWithoutInk(assert(this.$$('#allowShared')));
},
});

Powered by Google App Engine
This is Rietveld 408576698