[eGroupWare-svn] r55800 - /trunk/calendar/js/et2_widget_timegrid.js
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nathangray
Date: Thu Apr 21 17:58:50 2016
New Revision: 55800
URL: http://svn.stylite.de/viewvc/egroupware?rev=55800&view=rev
Log:
Fix for previous mousover scrolling, which broke all hovering in timegrid
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=55800&r1=55799&r2=55800&view=diff
==============================================================================
--- trunk/calendar/js/et2_widget_timegrid.js (original)
+++ trunk/calendar/js/et2_widget_timegrid.js Thu Apr 21 17:58:50 2016
@@ -1703,7 +1703,7 @@
// Ignore high level & non-time (grid itself, header parent & week label)
if([this.node, this.gridHeader[0], this._labelContainer[0]].indexOf(node) !== -1 ||
// Day labels
- this.gridHeader.has(node) && !$j(node).hasClass("calendar_calDayColAllDay"))
+ this.gridHeader.has(node).length && !$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