Author: nathangray
New Revision: 55908
URL: http://svn.stylite.de/viewvc/egroupware?rev=55908&view=rev
Log:
Fix all day non-blocking overflow calculation causing false positives
Modified:
trunk/calendar/js/et2_widget_daycol.js
trunk/calendar/js/et2_widget_timegrid.js
— trunk/calendar/js/et2_widget_daycol.js (original)
+++ trunk/calendar/js/et2_widget_daycol.js Thu Apr 28 00:23:06 2016
@@ -569,7 +569,7 @@
}
// Check all day overflow
this.all_day.toggleClass(‘overflown’,
@@ -1000,7 +1000,7 @@
// Click on the title
if ($j(_ev.target).hasClass(‘calendar_calAddEvent’))
{
— trunk/calendar/js/et2_widget_timegrid.js (original)
+++ trunk/calendar/js/et2_widget_timegrid.js Thu Apr 28 00:23:06 2016
@@ -1708,11 +1708,12 @@
delete this.gridHover[0].dataset[id];
}
var node = document.elementFromPoint(x,y);
-
var $node = $j(node);
// 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
@@ -1721,7 +1722,7 @@
{
path.push(node);
node.style.display = ‘none’;
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