| Issue 2504: | eventDrop does not reurning event.end null | |
| 1 person starred this issue and may be notified of changes. | Back to list |
# You must follow these instructions when entering an issue: # # http://fullcalendar.io/wiki/Reporting-Bugs/ # http://fullcalendar.io/wiki/Requesting-Features/ # # Issues that do not follow these guidelines will be deleted without # explanation. # # Please erase this text and start typing :) while i use the eventDrop event it is return of null value of the event object with end. like event.end; example : eventDrop: function(event, delta, revertFunc, jsEvent, ui, view ) { var start1 = event.start.format("DD-MM-YY HH:mm"); var end1 = event.end.format("DD-MM-YY HH:mm"); alert("start dt = "+start1); alert("end dt = "+end1); }
May 26, 2015
could you please post a recreation too? would be infinitely easier for me or someone else to debug. http://fullcalendar.io/wiki/Reporting-Bugs/
Status:
Reproducing
Labels: Type-Bug
Aug 20, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/2769 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
45.3 KB View Download