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

Unified Diff: chrome/browser/resources/history/other_devices.js

Issue 642223002: history: add context menu buttons to the tab order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/other_devices.js
diff --git a/chrome/browser/resources/history/other_devices.js b/chrome/browser/resources/history/other_devices.js
index 2ac6f40dc6f708cfcd49ec489e5aa4fc00aa7295..39b9065ba85008bbb3c3cbccbef281dcb5337e28 100644
--- a/chrome/browser/resources/history/other_devices.js
+++ b/chrome/browser/resources/history/other_devices.js
@@ -185,6 +185,7 @@ Device.prototype.getDOMNode = function(maxNumTabs, row) {
heading.addEventListener('contextmenu', handleDropDownFocus);
var dropDownButton = new cr.ui.ContextMenuButton;
+ dropDownButton.tabIndex = 0;
dmazzoni 2014/10/10 05:31:18 Should this be upstreamed to cr.ui.ContextMenuButt
dropDownButton.classList.add('drop-down');
dropDownButton.addEventListener('mousedown', function(event) {
handleDropDownFocus(event);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698