Page 2 of 2

Re: Tooltip traversing with mouse pointer.

Posted: Wed Jun 22, 2016 8:34 am
by yeray
Hello,
SenSeo wrote:This solution is not working for me. I am having more than 4 pages and each page contains the tee chart graph with tooltip display. If I go with the body's mousemove event, it is working only for one page. For the remaining pages tooltip is not displaying. Is there any other solution available to fix this issue?
Does the proposed solution work in the simple example you posted above but not in the real project, or in none of them?
If only in the real - 4 pages - project, please try to arrange a simple example we can run as-is to reproduce the problem here.

Re: Tooltip traversing with mouse pointer.

Posted: Fri Jul 01, 2016 11:14 am
by 15677821
Hello Yeray,

I got the solution. I used Div element mouseout instead of the document.body.

Thanks for your help.