| Issue 430: | eventDrop gives incorrect minuteDelta when dragging an allDay event to a specific time |
‹ Prev
108 of 108
|
| Back to list |
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
Jul 5, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |