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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js

Issue 1412463006: [DevTools] Use ListWidget to render DevicesSettingsTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js b/third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js
index 44072a93ae5240a23e89edb341103e17089e83b5..8de1aab0a6047b7b1e7a8e94d647445f50f6357d 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js
@@ -390,7 +390,7 @@ WebInspector.ListWidget.Editor.prototype = {
this._cancel = cancel;
this._commitButton.textContent = commitButtonTitle;
- this._commitButton.scrollIntoView();
+ this.element.scrollIntoView();
if (this._controls.length)
this._controls[0].focus();
this._validateControls(true);
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698