My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2378: eventDragMove callback, know when hovered cells change
3 people 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 valerio....@gmail.com, Nov 26, 2014
i think it would be very useful add a dragmove event that includes in args the overlayElement and start/end date of current position.
With this, we can overwrite html code of overLayEl and add useful info for users.
overlayFL.jpg
191 KB   View   Download
Nov 26, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: eventDragMove callback, know when hovered cells change (was: onDragMove Event )
Status: Accepted
Labels: Type-Feature
Apr 3, 2015
#3 novak.se...@gmail.com
I also would appreciate it very much to have a drag-move event (I need it in calendar (month view though), similar to the "drag" event that the "draggable" objects in jQueryUI have.

I think, that such an event could help to provide for other feature requests too, like the request 2171.

In my case, I implemented a waste basket for events. To implement it, so that the basket icon changes, when the event object is hovered over the basket, I had to use the jQuery "mousemove" event. But this solution is everything but clean and brings a multitude of glitches. Also I wanted to change the cursor on dragging and pressing the shift key (because the shift key shall invoke copy instead of move). To implement that, I also had to go over the mousemove event with still more problems. Because I don't reliably get the dragged element (I guess the object dragged is not the original calendar object, but some placeholder) to change the cursor on it, since the mousemove event does not (reliably) know about the "dragged element". So I had to make some guesswork and I am still not sure if my solution works reliably enough on all browsers.

To make it short: A drag-move event would make it possible to implement such functions as described in a proper manner (I also implemented waste basket for outside elements dragged as jQueryUI-draggable and that was a waltz compared to the coding I had to do with calendar events).

Aug 21, 2015
Project Member #4 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2643

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