View Issue Details

IDProjectCategoryView StatusLast Update
0000542SOGoWeb Calendarpublic2010-04-06 13:05
Reporterwimmer Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionnightly v2 
Fixed in Version1.2.2 
Summary0000542: "Drag_and_drop" by new Event
Description

I found SOGo mtn version after Apr-02 lost "Drag_and_drop" ability by new Event creating in Day and Week View. It works fine in Month View.

TagsNo tags attached.

Activities

Jason Oster

Jason Oster

2010-04-05 20:56

reporter   ~0000868

It fails at UI/WebServerResources/SchedulerUIDnD.js, line 984:

&& (target.clientHeight >= target.scrollHeight))

In Month view, both are always equal. In Day and Week views, clientHeight is 39, and scrollHeight is 40 (at least, on my setup).

And that happens in UI/WebServerResources/SchedulerUI.css at lines 565 and 567:

height: 39px;
border-bottom: 1px solid #ccc;

francis

francis

2010-04-06 13:05

administrator   ~0000871

Fixed in revision f84a4aea78f0990248fedd817ec377260a9120b3

Issue History

Date Modified Username Field Change
2010-04-05 17:42 wimmer New Issue
2010-04-05 20:56 Jason Oster Note Added: 0000868
2010-04-06 13:05 francis Note Added: 0000871
2010-04-06 13:05 francis Status new => resolved
2010-04-06 13:05 francis Fixed in Version => 1.2.2
2010-04-06 13:05 francis Resolution open => fixed
2010-04-06 13:05 francis Assigned To => francis