| Index: third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-control-state-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-control-state-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-control-state-extracted.js
|
| index 72f808857becb3d11f53aeee8f9ad9a5a8fed516..611aaf6e6fc2a29d8caf19223e8d967e1f9b118f 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-control-state-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-control-state-extracted.js
|
| @@ -75,6 +75,7 @@
|
| this._oldTabIndex = this.tabIndex;
|
| this.focused = false;
|
| this.tabIndex = -1;
|
| + this.blur();
|
| } else if (this._oldTabIndex !== undefined) {
|
| this.tabIndex = this._oldTabIndex;
|
| }
|
|
|