From 6c9b996c4116e82fcaced6d6d6ff21c0a3455aed Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 23 Jul 2014 09:55:21 +0300 Subject: [PATCH] Textinput: Do sync height update even in IE8 (cherry picked from commit 766a03dae49bf3c0fcb9bd0bb6dd155c1821356e) Closes gh-7582 Fixes gh-7577 --- js/widgets/forms/autogrow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/widgets/forms/autogrow.js b/js/widgets/forms/autogrow.js index dc97a424a3b..a3a30cbe81a 100644 --- a/js/widgets/forms/autogrow.js +++ b/js/widgets/forms/autogrow.js @@ -68,7 +68,7 @@ define( [ }, this ), "transition" ); } - this._timeout(); + this._prepareHeightUpdate(); } },