Fix for bug #542.

Monotone-Parent: c87ee0c01e17a1a47680ed6ca858c1e5bdcac411
Monotone-Revision: f84a4aea78f0990248fedd817ec377260a9120b3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-04-03T07:35:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2010-04-03 07:35:28 +00:00
parent 5a8b97d270
commit dddce7626f

View file

@ -981,7 +981,7 @@ SOGoEventDragController.prototype = {
if ((!this.eventCells
&& (target.hasClassName("clickableHourCell")
|| target.hasClassName("day"))
&& (target.clientHeight >= target.scrollHeight))
&& (target.scrollHeight - target.clientHeight <= 1))
|| (this.eventCells && this.eventCells[0].editable
&& !this.eventIsInvitation)) {
var utilities = SOGoEventDragUtilities();