Chromium Code Reviews| Index: chrome/browser/resources/options/inline_editable_list.js |
| diff --git a/chrome/browser/resources/options/inline_editable_list.js b/chrome/browser/resources/options/inline_editable_list.js |
| index de5b5b42e8d62b47c59424019bd28fff7912af79..d0a4cec0fafebc17553b0e28717e350f112461cb 100644 |
| --- a/chrome/browser/resources/options/inline_editable_list.js |
| +++ b/chrome/browser/resources/options/inline_editable_list.js |
| @@ -428,7 +428,7 @@ cr.define('options', function() { |
| this.setAttribute('inlineeditable', ''); |
| this.addEventListener('hasElementFocusChange', |
| this.handleListFocusChange_); |
| - this.removeAttribute('tabindex'); |
| + this.tabIndex = -1; |
|
Dan Beam
2014/10/27 18:35:00
nit: // <list> isn't focusable by default, but cr.
bondd
2014/10/27 18:46:53
Done.
|
| }, |
| /** |