Author: nathangray
New Revision: 55999
URL: http://svn.stylite.de/viewvc/egroupware?rev=55999&view=rev
Log:
Stop day view resize while hidden - it gets the size wrong.
Modified:
trunk/calendar/js/app.js
— trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Tue May 3 23:10:20 2016
@@ -2201,18 +2201,20 @@
{
if(state.state.view == ‘day’ && state.state.owner.length === 1 && !isNaN(state.state.owner) && state.state.owner[0] >= 0 && !egwIsMobile())
{
-
view.etemplates[0].widgetContainer.iterateOver(function(w) {
-
w.set_width($j(view.etemplates[0].DOMContainer).width() * 0.69);
-
},this,et2_calendar_timegrid);
-
-
$j(view.etemplates[1].DOMContainer).css({"left":"69%", "height":($j(framework.tabsUi.activeTab.contentDiv).height()-30)+'px'});
-
// TODO: Maybe some caching here
-
this.egw.jsonq('calendar_uiviews::ajax_get_todos', [state.state.date, state.state.owner[0]], function(data) {
-
this.getWidgetById('label').set_value(data.label||'');
-
this.getWidgetById('todos').set_value({content:data.todos||''});
-
},view.etemplates[1].widgetContainer);
-
view.etemplates[0].resize();
-
if($j(view.etemplates[0].DOMContainer).is(':visible'))
-
{
-
view.etemplates[0].widgetContainer.iterateOver(function(w) {
-
w.set_width($j(view.etemplates[0].DOMContainer).width() * 0.69);
-
},this,et2_calendar_timegrid);
-
-
$j(view.etemplates[1].DOMContainer).css({"left":"69%", "height":($j(framework.tabsUi.activeTab.contentDiv).height()-30)+'px'});
-
// TODO: Maybe some caching here
-
this.egw.jsonq('calendar_uiviews::ajax_get_todos', [state.state.date, state.state.owner[0]], function(data) {
-
this.getWidgetById('label').set_value(data.label||'');
-
this.getWidgetById('todos').set_value({content:data.todos||''});
-
},view.etemplates[1].widgetContainer);
-
view.etemplates[0].resize();
-
}
}
else
{
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs