My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2504: eventDrop does not reurning event.end null
1 person starred this issue and may be notified of changes. Back to list
Status:  ExportedToGithub
Owner:  ----
Closed:  Aug 2015


Sign in to add a comment
 
Reported by tapasinf...@gmail.com, May 12, 2015
# 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);
					
}




test.html
3.2 KB   View   Download
May 12, 2015
#1 tapasinf...@gmail.com
this type of issues occur while i use overlap of an existing event. 

i followed all steps given into Reporting Bugs,

and please find attached another png file here with it is displaying error.
eventDrop.png
45.3 KB   View   Download
May 26, 2015
Project Member #2 adamrs...@gmail.com
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
Project Member #3 adamrs...@gmail.com
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

Powered by Google Project Hosting