[eGroupWare-svn] r55799 - /trunk/calendar/js/et2_widget_timegrid.js

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Thu Apr 21 17:32:43 2016
New Revision: 55799

URL: http://svn.stylite.de/viewvc/egroupware?rev=55799&view=rev
Log:
Stop little scrolling when mouseover day header, then all day events

Modified:
    trunk/calendar/js/et2_widget_timegrid.js

Modified: trunk/calendar/js/et2_widget_timegrid.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/js/et2_widget_timegrid.js?rev=55799&r1=55798&r2=55799&view=diff
==============================================================================
--- trunk/calendar/js/et2_widget_timegrid.js (original)
+++ trunk/calendar/js/et2_widget_timegrid.js Thu Apr 21 17:32:43 2016
@@ -1701,7 +1701,9 @@
 		var node = document.elementFromPoint(x,y);
 
 		// Ignore high level & non-time (grid itself, header parent & week label)
-		if([this.node, this.gridHeader[0], this._labelContainer[0]].indexOf(node) !== -1)
+		if([this.node, this.gridHeader[0], this._labelContainer[0]].indexOf(node) !== -1 ||
+			// Day labels
+			this.gridHeader.has(node) && !$j(node).hasClass("calendar_calDayColAllDay"))
 		{
 			return [];
 		}


------------------------------------------------------------------------------
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.