My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1138: Drag & Drop: Callback on Mouse Down + Drag and Mouse Release
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jan 2012


Sign in to add a comment
 
Reported by no1youkn...@gmail.com, Oct 5, 2011
Currently using .select: function(startDate, endDate, allDay, jsEvent, view).

Works a treat for selecting Days, Slots, etc and then having a popup to add an event.  Check out the attached image.  First section is week, then month.

But my issue is that there is no callback for when you start to drag and then a callback for when you let go of the mouse button. 

If I already have the popup visible and then I start to drag downwards, I actually cover up the popup (although it's not shown in the screenshot) and most of the screen.

Can we have these callbacks?  Thanks :)
Oct 5, 2011
#1 no1youkn...@gmail.com
(No comment was entered for this change.)
calpng.png
32.7 KB   View   Download
Jan 9, 2012
Project Member #2 adamrs...@gmail.com
im pretty sure you can attach a mouseup listener, or a listener to one of the custom jquery-ui events (http://jqueryui.com/demos/draggable/#event-drag), and attach this to the calendar div, and these events will bubble up to your handler. worth a shot
Status: Done
Sign in to add a comment

Powered by Google Project Hosting