Issue 186: eventMouseover and eventMouseout isue
Status:  Done
Owner: ----
Closed:  Nov 2009
Reported by marcin.m...@gmail.com, Nov 13, 2009
When eventMouseover is triggered, tooltip comes up over the event (with
more info about the event). And that's OK. But the strange behavior is that
eventMouseout is triggered immediately after I move mouse pointer while it
is still over the event. The final result is calling eventMouseover and
eventMouseout every time I make a small mouse motion while I am still over
the event area and my tooltip element is shaking (appears and after a
milisecond disappears and so on)
I think this should't act like this...

Nov 13, 2009
#1 marcin.m...@gmail.com
Never mind. I cannot reproduce this issue anymore. A while after I raise this issue
the problem disappeard (I haven't changed anything in my code, just restarted Firefox
3.5) and it is working properly now.
Nov 21, 2009
Project Member #2 adamrs...@gmail.com
i have found this to be a problem sometimes too (where mouseouts/mouseovers are
triggered while still inside the element). the jquery 'hover' event takes this into
account nicely (http://docs.jquery.com/Events/hover#overout)

if you combine that w/ an eventRender, you'd be fine. but glad you got things to work
Status: Done