summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbeam <dbeam@chromium.org>2014-10-09 23:07:08 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-10 06:07:22 +0000
commit28491bc4379c0bb4de5e0d2d591154cc5df2210f (patch)
tree1a53af4eb3f22f99888f54e49a1086a5f6a45926
parentdc894c6742a25a4f708410582711f555c5d14ffd (diff)
downloadchromium_src-28491bc4379c0bb4de5e0d2d591154cc5df2210f.zip
chromium_src-28491bc4379c0bb4de5e0d2d591154cc5df2210f.tar.gz
chromium_src-28491bc4379c0bb4de5e0d2d591154cc5df2210f.tar.bz2
history: add context menu buttons to the tab order.
Part #1 in fixing the synced devices menu. R=dmazzoni@chromium.org BUG=362424 Review URL: https://codereview.chromium.org/642223002 Cr-Commit-Position: refs/heads/master@{#299065}
-rw-r--r--chrome/browser/resources/history/other_devices.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/history/other_devices.js b/chrome/browser/resources/history/other_devices.js
index 2ac6f40..39b9065 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;
dropDownButton.classList.add('drop-down');
dropDownButton.addEventListener('mousedown', function(event) {
handleDropDownFocus(event);