Issue 588: External Drag & Drop Opera
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by m...@markus-guenther.com, Aug 4, 2010
If i use the external drag & drop function (like in the example) the drag operation from the external element are very strange. On start dragging, the external element is not at the mouse position, it is somewhere on the browserwindow. On drop the element on fullcalendar, the calendar accept the element but display two events (the dragged event container) and the correct copy. 

Kindes Regards. Thanks for your great work. 


Aug 4, 2010
#1 m...@markus-guenther.com
i am sorry. The opera version is 10.60
Aug 25, 2010
Project Member #2 adamrs...@gmail.com
Please follow the instructions for submitting a bug (on Support page):

"...please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON)."
Aug 25, 2010
#3 m...@markus-guenther.com
ok, my misstake. You can produde this problem with the following URL: 
http://arshaw.com/js/fullcalendar/examples/external-dragging.html 
Use opera and move some of the external elements into the calendar. 
During the movement you can see the effect. 

Hope this helps.


Oct 7, 2010
Project Member #4 adamrs...@gmail.com
sorry to leave you hanging. will check it out...
Status: Reproducing
Nov 21, 2010
Project Member #5 adamrs...@gmail.com
this is almost certainly a bug with jquery or jquery ui (or the way they interact). the dragging is possible through a simple call to .draggable, fullcalendar doesn't take over until there is a mouseup.

if you are still convinced there is a problem, could you try to reproduce the problem without any calendar, by simple making the blue event elements on the left draggable? (through jquery ui) and see if the problem persists.
Status: Done