jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

Dragging event from another day drops the event at the wrong time.

Open ellisio opened this issue 13 years ago • 1 comments

If I create an event on "Monday" for 8am-10am. Then I create an event on Tuesday from 10am-12pm. Then I drag the event from Tuesday over to Monday it drops the event at the 11am mark, but shows 10am-12pm in the title. I can not drag this event up to the correct time. If I drag the event back to Tuesday it places it at the right spot.

Here is a Jing video displaying this behavior: http://screencast.com/t/xDKaWxRXL

ellisio avatar Jul 23 '12 20:07 ellisio

Further investigation has narrowed it down to having something to do with resizable. If I disable resizing via the resizable() callback, this behavior does not occur.

ellisio avatar Jul 23 '12 21:07 ellisio