Issue 430: eventDrop gives incorrect minuteDelta when dragging an allDay event to a specific time
Status:  Done
Owner: ----
Closed:  Jul 2010
Reported by dgra...@gmail.com, Mar 31, 2010
In the 'agendaWeek' view, I have an allDay event that I want to drag down 
to a specific time. The minuteDelta value is correct if I drag it anywhere 
from 12:00am to 2:30am, but after that the minuteDelta value starts adding 
on an extra 30 minutes (or more). If I try to drag the event to 2:30pm, 
the minuteDelta returns 1020 minutes (5:00pm).

This happens with FullCalendar v1.4.5; JQuery 1.3.2; on both IE 7 and FF 
3.5.8.

Other settings:
defaultEventMinutes: 60,
defaultView: 'agendaWeek',
editable: true,
firstHour: 14,
header: {
left: 'prev,next today',
center: 'title',
	right: 'month,agendaWeek,agendaDay'
}

Jun 14, 2010
Project Member #1 adamrs...@gmail.com
thanks dgrabbe, but can you give me more information, specifically when this all-day event starts (exact date)? better yet, can you attach an html file that has everything all set up to recreate the bug? thanks
Jul 5, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done