Issue 370: eventMouseover returned object is not consistently the fc-event div container
Status:  Done
Owner: ----
Closed:  Apr 2010
Reported by pwc1...@gmail.com, Feb 28, 2010
The javascript event supplied with the eventMouseover event should provide the same 
object each time. Specifically, if I understand your code corretly, the fc-event 
div container. 

Currently, the eventMouseover will sometimes send the fc-event div, however, 
depending on where the event was caught, it might also send the "a" link object 
within the fc-event or the ui-resizable-handle div.

It is possible for an implementor of fullcalendar to decipher the fc-event from the 
target passed, however, I believe it makes more sense for fullcalendar to provide 
the consistent object. This consistency would ensure that implementors are always 
working with same object, even if fullcalendar at some point adds additional 
objects within the fc-event div, or restructures the event dom.

This consistency is valuable when building views to display based on the user 
hovering on an event. By always providing the fc-event div, the implementing code 
will always have the size and position of the event object.  

Thanks!
Patrick
Feb 28, 2010
#1 pwc1...@gmail.com
While working with the mouseOver and pop-up view of an event, I ran across this simple 
plugin http://cherne.net/brian/resources/jquery.hoverIntent.html. It would be nice if 
this could be wired into the fullcalendar mouseOver/mouseOut event as part of a config 
option :-)
Mar 15, 2010
Project Member #2 adamrs...@gmail.com
hi pwc1011,
this behavior definitely shouldn't be happening, it should always be the fc-event div. 
could you tell me what browser & fullcalendar version u are using, to help me recreate 
this bug? also, could you post a zip file w/ all the files necessary to demonstrate 
the bug?
thanks a lot,
adam
Apr 26, 2010
Project Member #3 adamrs...@gmail.com
closing this issue, but please respond if you can demonstrate the problem
Status: Done