jquery-week-calendar
jquery-week-calendar copied to clipboard
Dragging event from another day drops the event at the wrong time.
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
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.