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

Unified Diff: chrome/browser/resources/settings/device_page/display.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/device_page/display.js
diff --git a/chrome/browser/resources/settings/device_page/display.js b/chrome/browser/resources/settings/device_page/display.js
index 70102f17e750fc9171adca722cb396bb49a6f1ec..c33e90d8650139c70391d23bb5c13b4959f5a475 100644
--- a/chrome/browser/resources/settings/device_page/display.js
+++ b/chrome/browser/resources/settings/device_page/display.js
@@ -486,7 +486,7 @@ Polymer({
/** @private */
onCloseOverscanDialog_: function() {
- this.$$('#overscan button').focus();
+ cr.ui.focusWithoutInk(assert(this.$$('#overscan button')));
},
/** @private */
« no previous file with comments | « chrome/browser/resources/settings/device_page/display.html ('k') | chrome/browser/resources/settings/device_page/storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698