| Issue 936: | Mouseenter delegated event not working on event elements | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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/
Aug 13, 2013
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
(No comment was entered for this change.)
Labels:
milestone-skeleton
Jul 23, 2014
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
It works great. Thanks a lot! Updated demo: http://jsfiddle.net/Mottie/G6K6Y/1041/
Aug 14, 2014
(No comment was entered for this change.)
Status:
Implemented
Aug 26, 2014
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
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: -Type-Enhancement Type-Defect