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

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

Issue 2790813002: DevTools: ViewContainer shouldn't be a tab stop (Closed)
Patch Set: Created 3 years, 9 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/LayoutTests/inspector/elements/elements-tab-stops-expected.txt ('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/View.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/View.js b/third_party/WebKit/Source/devtools/front_end/ui/View.js
index 96af77ad28bc57c17b91fff5bb4ce77fe3523fdc..fb1b51ce9ef688c8fb8ebc6a43fd885bc22fcfb2 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/View.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/View.js
@@ -420,7 +420,7 @@ UI.ViewManager._ContainerWidget = class extends UI.VBox {
super();
this.element.classList.add('flex-auto', 'view-container', 'overflow-auto');
this._view = view;
- this.element.tabIndex = 0;
+ this.element.tabIndex = -1;
this.setDefaultFocusedElement(this.element);
}
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698