mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 14:46:24 +00:00
Fix for bug #469.
See ChangeLog. Monotone-Parent: 1f0e6aa5d222f124f1b91efcb5a68009fa584386 Monotone-Revision: 39447fbdf1de4d7eee3f87ded919230e8afb9bb2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-03-31T15:27:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -980,7 +980,8 @@ SOGoEventDragController.prototype = {
|
||||
if (target.nodeType == 1) {
|
||||
if ((!this.eventCells
|
||||
&& (target.hasClassName("clickableHourCell")
|
||||
|| target.hasClassName("day")))
|
||||
|| target.hasClassName("day"))
|
||||
&& (target.clientHeight >= target.scrollHeight))
|
||||
|| (this.eventCells && this.eventCells[0].editable
|
||||
&& !this.eventIsInvitation)) {
|
||||
var utilities = SOGoEventDragUtilities();
|
||||
|
||||
Reference in New Issue
Block a user