| Issue 370: | eventMouseover returned object is not consistently the fc-event div container | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Mar 15, 2010
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
closing this issue, but please respond if you can demonstrate the problem
Status:
Done
|
|
| ► Sign in to add a comment |