Author: hnategh
New Revision: 53727
URL: http://svn.stylite.de/viewvc/egroupware?rev=53727&view=rev
Log:
Fix mail compose resize does not work always
Modified:
trunk/mail/js/app.js
— trunk/mail/js/app.js (original)
+++ trunk/mail/js/app.js Wed Sep 23 12:51:27 2015
@@ -225,12 +225,13 @@
// use a wrapper on a different url to be able to use a different fpm pool
et2.menuaction = ‘mail_compose::ajax_send’;
var that = this;
@@ -245,9 +246,14 @@
});
/Trigger compose_resizeHandler after the CKEditor is fully loaded/
jQuery(’#mail-compose’).on (‘load’,function() {
-
if (textAreaWidget && typeof textAreaWidget.ckeditor != 'undefined')
-
{
-
textAreaWidget.ckeditor.on('instanceReady', function(){that.compose_fieldExpander();});
-
}
-
else
-
{
-
this.compose_fieldExpander();
-
}
});
//Resize compose after window resize to not getting scrollbar
@@ -274,7 +280,7 @@
}
else
{
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs