From bab4de6d16bb3013ed43b1b8381d3ee0bfbc9c2b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 19 May 2015 13:30:48 +0000 Subject: [PATCH] Apply resized height value to parent container of textarea in compose --- mail/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/js/app.js b/mail/js/app.js index c356fa276c..035b088339 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -3834,6 +3834,7 @@ app.classes.mail = AppJS.extend( if (textArea.id != "mail_htmltext") { + textArea.getParent().set_height(bodySize); textArea.set_height(bodySize); } else if (typeof textArea != 'undefined' && textArea.id == 'mail_htmltext')