-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tooltip is not hidding #1705
Comments
I tried the solution #1463, which solves the problem on scrool down, but for the mouse out event i have the same result, the tooltip get stuck in the graph.. d3.select(window).on("mouseout."+chart.id(), function() { |
Latest version has some tooltip fixes, see if your issue still exists... If it does, please make a jsfiddle demonstrating it (since I don't see the issue) using the latest nvd3 in master (you can link to latest using rawgit.com) |
it work as expected with master. Using version 1.8.4 i still have the same issue, but only when using firefox 47 with debian 8. jsfiddle here: https://jsfiddle.net/69mtzt1w/8/ , to reproduce after loading for the first time, refresh the page and it should reproduce. |
Wait, it works in master but not in 1.8.4?? That's odd, I thought I merged in all the tooltip stuff before I cut the 1.8.4. release... |
yeahp.. at the first time when the page load its ok, is only after hitting F5 multiple times that triggers the issue. |
Hello, i'm facing the exact same problem. I tried with the v.1.8.4 or the master version but the tooltip doesn't work properly on firefox. I forgot to mention that I'm using FireFox with linux Mint 17.1 |
same problem. I wonder if it's nvd3 bug or FireFox issue in rendering the page. When you try to find DOM element, there is no element for those visible tooltips and they are not even a full tooltip. It looks like a rendering issue of browser! Added: I tried to use (display: none/block) style instead of opacity, to hide/show tooltip. It improves it but still happens. |
Well, I guess in my case it was my graphic driver or OS problem. I have ubuntu 16.04 with Radeon VGA. Using other PCs with windows this bug doesn't happen at all!!! |
Same here, problem only occurs on Firefox (47.0) on Ubuntu 14.04, Chrome works fine |
Well that's just weird. Are there any javascript errors or anything? |
@liquidpele I don't get any |
@liquidpele Nope, no errors, just bits and pieces of tooltips all over the screen |
No JS error. It seems it's they way FireFox uses graphic card. |
Wow... so not even the full div, just part of it shows... I'm not sure that's something we can fix... it looks like a firefox rendering bug... if anyone can figure out a workaround we can implement let me know though. Maybe even submit it as a bug report to bugzilla? |
It is a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1280060 |
According to their release calendar, 49 will be released Sep 13th. https://wiki.mozilla.org/RapidRelease/Calendar That's soon enough to just wait I think. |
I use Chrome 55.0.2883.87 (64-bit) on Ubuntu 16.04 and have the same issue. Is there any development on this issue? |
I see a similar issue again on Firefox 54, IE and chrome work for me. |
related to #1886 |
with master or 1.8.3 version tooltip os not hidding when the mouse leaves the graph area, so multiple tooltips are shown in the graph area.
before i had version 1.8.1 and its fine.
The code is quite basic:
Is there any new parameter that i should use instead?
EDIT: this issue is only present in firefox (tested with version 47.0) using linux. Not really sure what could be different..
Thanks.
The text was updated successfully, but these errors were encountered: