Originally from Adrian Salceanu:
-----------
Hi Adam,
My name is Adrian - I hope my email finds you well.
I'm using FullCalendar heavily on a project I'm working on - it's absolutely great, many thanks for your hard work!
I'm writing you for two reasons.
First, if you still need help, I'd be happy to contribute by writing some tests - I could start by testing some of the features I'm using in my app.
Second, I found a nasty bug. I apologize for reporting it like this, instead of jsFiddle, as indicated. I tried, but for some reason, your demo for external-dragging does not work as expected in jsFiddle (when dropping the events on the main calendar area, in agendaDay view, the events are created into the All Day area (http://jsfiddle.net/y6dcZ/1/)). So I'm attaching your external-dragging.html demo, demonstrating the bug.
Conditions: slotDuration different from snapDuration.
Action: drop event onto the main calendar area
Expected outcome: event to be created at the corresponding hour where dropped
Produced outcome: the event is created at a different date/time (for example 2 days in the future).
Attached: the original external-dragging.html demo, with 3 additional lines:
defaultView: 'agendaDay',
slotDuration: '00:15:00',
snapDuration: '00:01:00',
Warm regards,
Adrian
|
fullcalendar-2.0.0-beta2-demo-bug.zip
270 KB
Download
|
Mergedinto: 2085