Commit 28491bc4 authored by dbeam's avatar dbeam Committed by Commit bot

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}
parent dc894c67
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment