Author: nathangray
New Revision: 55131
URL: http://svn.stylite.de/viewvc/egroupware?rev=55131&view=rev
Log:
Trigger a resize to notify listeners of the change in size
Fixes sidebox calendar is too small after expanding sidebar
Modified:
trunk/phpgwapi/js/framework/fw_ui.js
— trunk/phpgwapi/js/framework/fw_ui.js (original)
+++ trunk/phpgwapi/js/framework/fw_ui.js Wed Feb 24 17:16:21 2016
@@ -1271,8 +1271,12 @@
if (this.contDiv.hasClass(‘egw_fw_sidebar_toggleOn’))
{
this.contDiv.removeClass(‘egw_fw_sidebar_toggleOn’);
-
var splitter = _callbackContext.splitterUi;
-
splitter.set_disable(false);
this.toggleCallback.call(_callbackContext,'off');
-
window.setTimeout(function() {
-
$j(window).resize();
-
},500);
}
else
{
@@ -1294,4 +1298,4 @@
this.contDiv.toggleClass(‘egw_fw_sidebar_toggleOn’,_state === ‘on’?true:false);
_context.splitterUi.set_disable(_state === ‘on’?true:false);
_toggleCallback.call(_context, _state);
-};
+};
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs