| Index: chrome/browser/resources/print_preview/margin_textbox.js
|
| diff --git a/chrome/browser/resources/print_preview/margin_textbox.js b/chrome/browser/resources/print_preview/margin_textbox.js
|
| index ec1944bec48dec9dcfa3de8b194a036613d20646..010e9c7fd294d4f96fc217b64770704f6e238e96 100644
|
| --- a/chrome/browser/resources/print_preview/margin_textbox.js
|
| +++ b/chrome/browser/resources/print_preview/margin_textbox.js
|
| @@ -134,6 +134,9 @@ cr.define('print_preview', function() {
|
| this.onblur = this.onBlur_.bind(this);
|
| this.onkeypress = this.onKeyPressed_.bind(this);
|
| this.onkeyup = this.onKeyUp_.bind(this);
|
| + this.onfocus = function() {
|
| + cr.dispatchSimpleEvent(document, 'marginTextboxFocused');
|
| + };
|
| },
|
|
|
| /**
|
|
|