[eGroupWare-svn] r55840 - in /trunk/calendar: js/ templates/default/ templates/pixelegg/

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Tue Apr 26 00:09:57 2016
New Revision: 55840

URL: http://svn.stylite.de/viewvc/egroupware?rev=55840&view=rev
Log:
Hide granularity change so you don't have to see it

Modified:
    trunk/calendar/js/app.js
    trunk/calendar/js/et2_widget_timegrid.js
    trunk/calendar/js/et2_widget_view.js
    trunk/calendar/templates/default/app.css
    trunk/calendar/templates/pixelegg/app.css

Modified: trunk/calendar/js/app.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/js/app.js?rev=55840&r1=55839&r2=55840&view=diff
==============================================================================
--- trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Tue Apr 26 00:09:57 2016
@@ -2075,6 +2075,7 @@
 					}
 					if(widget.set_granularity)
 					{
+						if(widget.loader) widget.loader.show();
 						widget.set_granularity(view.granularity(state.state));
 					}
 					if(widget.id == value[row_index].id &&

Modified: trunk/calendar/js/et2_widget_timegrid.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/js/et2_widget_timegrid.js?rev=55840&r1=55839&r2=55840&view=diff
==============================================================================
--- trunk/calendar/js/et2_widget_timegrid.js (original)
+++ trunk/calendar/js/et2_widget_timegrid.js Tue Apr 26 00:09:57 2016
@@ -562,7 +562,7 @@
 				this.widget.change();
 			}
 			// Hide loader
-			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this.widget),100);
+			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this.widget),200);
 		},{widget:this,"trigger":trigger}),ET2_GRID_INVALIDATE_TIMEOUT);
 	},
 
@@ -1388,7 +1388,7 @@
 		// None of the above changed anything, hide the loader
 		if(!this.update_timer)
 		{
-			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this),100);
+			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this),200);
 		}
 	},
 

Modified: trunk/calendar/js/et2_widget_view.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/js/et2_widget_view.js?rev=55840&r1=55839&r2=55840&view=diff
==============================================================================
--- trunk/calendar/js/et2_widget_view.js (original)
+++ trunk/calendar/js/et2_widget_view.js Tue Apr 26 00:09:57 2016
@@ -294,7 +294,7 @@
 		// None of the above changed anything, hide the loader
 		if(!this.update_timer)
 		{
-			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this),100);
+			window.setTimeout(jQuery.proxy(function() {this.loader.hide();},this),200);
 		}
 	},
 

Modified: trunk/calendar/templates/default/app.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/templates/default/app.css?rev=55840&r1=55839&r2=55840&view=diff
==============================================================================
--- trunk/calendar/templates/default/app.css (original)
+++ trunk/calendar/templates/default/app.css Tue Apr 26 00:09:57 2016
@@ -275,6 +275,10 @@
     right: 0px;
     position: absolute;
 }
+.calendar_calTimeGrid .loading::before ,.calendar_plannerWidget .loading::before {
+	opacity: 1;
+	background-color: #E6E6E6;
+}
 /* Timegrid that has hit a minimum size */
 .calendar_calTimeGridFixed .calendar_calTimeGridScroll {
 	overflow: hidden;

Modified: trunk/calendar/templates/pixelegg/app.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/templates/pixelegg/app.css?rev=55840&r1=55839&r2=55840&view=diff
==============================================================================
--- trunk/calendar/templates/pixelegg/app.css (original)
+++ trunk/calendar/templates/pixelegg/app.css Tue Apr 26 00:09:57 2016
@@ -11,7 +11,7 @@
  * @package calendar
  * @version $Id$
  */
-/* $Id: app.css 55784 2016-04-20 15:07:01Z nathangray $ */
+/* $Id: app.css 55805 2016-04-21 20:30:48Z nathangray $ */
 /*Media print classes*/
 @media print {
   #calendar-view.et2_container,
@@ -280,6 +280,11 @@
   right: 0px;
   position: absolute;
 }
+.calendar_calTimeGrid .loading::before,
+.calendar_plannerWidget .loading::before {
+  opacity: 1;
+  background-color: #E6E6E6;
+}
 /* Timegrid that has hit a minimum size */
 .calendar_calTimeGridFixed .calendar_calTimeGridScroll {
   overflow: hidden;


------------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.