Issue 936: Mouseenter delegated event not working on event elements
Status:  Released
Owner: ----
Closed:  Aug 2014
Reported by wowmo...@gmail.com, Apr 27, 2011
I would like a feature added to FullCalendar where I can bind to an event instead of adding it as a callback during initialization. In particular, I would like to get a "eventMouseover" event triggered when an event is moused over/moused out.

I've tried using delegate and live to bind a "mouseover" and "mouseenter", but it just won't trigger the event and I'm not sure why. The "mouseout" event works fine... here is a demo: http://jsfiddle.net/Mottie/G6K6Y/10/
May 8, 2011
Project Member #1 adamrs...@gmail.com
thanks for taking the time to make the demo. not sure why. i will get to the bottom of it at some point
Summary: mouseenter delegated event not working
Status: Accepted
Labels: -Type-Enhancement Type-Defect
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
this is almost definitely the problem:
https://github.com/arshaw/fullcalendar/blob/v1.6.3/src/util.js#L44
Summary: Mouseenter delegated event not working on event elements (was: mouseenter delegated event not working)
Labels: -Type-Defect Type-Bug
Jul 22, 2014
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-skeleton
Jul 23, 2014
Project Member #4 adamrs...@gmail.com
This is fixed in v2.1 (beta)
http://blog.arshaw.com/1/post/2014/07/fullcalendar-210-beta.html

I would really appreciate if you could verify this. Thanks a lot!
Jul 23, 2014
#5 wowmo...@gmail.com
It works great. Thanks a lot!

Updated demo: http://jsfiddle.net/Mottie/G6K6Y/1041/
Aug 14, 2014
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 26, 2014
Project Member #7 adamrs...@gmail.com
This issue has been resolved with the official release of v2.1.0:
http://blog.arshaw.com/1/post/2014/08/fullcalendar-210-released.html

Please post any follow-up bug reports or feature requests as separate issues. Thanks.
Status: Released