| Issue 186: | eventMouseover and eventMouseout isue | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Nov 21, 2009
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
|
|
| ► Sign in to add a comment |