Hi. We’ve noticed that when dragging an event or resizing an event the event window sticks to the mouse and you can’t let go of it without double-clicking (and this creates a new event!). This happens for some users of IE. Any ideas? Thanks.
Are you using any custom handlers, attached to onBeforeDrag or similar events?
The behavior, which you have described is common for the case when some js error occurs while d-n-d , and drag process was not finalized correctly. Most commonly it is caused by errors in custom handlers.