| Issue 925: | Forgetting mouseover after non-changing drag/drop | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Steps to reproduce: 1) Add an eventMouseover function that performs some visible change on the event (e.g. change the background-color) 2) Add a non-all day, editable event of at least 30 minutes duration 3) Drag the event away from its specified time then drop back onto original specified time - NOTE: this is one operation, the drop should be associated with the initial drag. What I expect: The eventMouseover function should still fire when I mouseover the event What I get: The eventMouseover function does not fire System details: FullCalendar v 1.5.1 jQuery v 1.4.4 jQuery UI v 1.8.10.custom Windows ASP.NET MVC FireFox v 4.0
May 8, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Done
May 9, 2011
Try initiating a drag on the event, but not letting go of the mouse until the event is back in its original time slot. The eventDrop event should not fire in this operation. The eventMouseout and eventMouseover events are no longer attached to the event. It seems as if the calendar performs a rerender, but with no net change in the event start date/time or duration. |
|
| ► Sign in to add a comment |