Commit e0738528 authored by bondd's avatar bondd Committed by Commit bot

Add 'X' button to 'Manage search engines' tab order.

'X' delete button is now part of the focus order in the 'Manage search
engines' options page.

BUG=276874

Review URL: https://codereview.chromium.org/666823003

Cr-Commit-Position: refs/heads/master@{#300528}
parent 388263b3
...@@ -111,6 +111,7 @@ cr.define('options.search_engines', function() { ...@@ -111,6 +111,7 @@ cr.define('options.search_engines', function() {
this.classList.add('default'); this.classList.add('default');
this.deletable = engine.canBeRemoved; this.deletable = engine.canBeRemoved;
this.closeButtonElement.tabIndex = 0;
// Construct the name column. // Construct the name column.
var nameColEl = this.ownerDocument.createElement('div'); var nameColEl = this.ownerDocument.createElement('div');
......
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