-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
3D scatter plot not showing on Firefox #2518
Comments
Thanks for the report! I can't replicate on my Lenovo Thinkpad with Ubuntu 16.04. Can another Mac user confirm this bug? |
Huh, is this another GPU-hardware-dependent issue like #1368 😱? Works fine for me, Mac OS 10.13.4, both before and after updating FF 58 to 59. |
Thanks for investigating! Regarding HW acceleration, that's an interesting hypothesis. @alexcjohnson Could I ask what machine you are on? Below are my specs, and I'll also ask my colleagues who helped diagnose the problem yesterday. Let's see if a pattern emerges. I'd be quite interested in digging a little deeper here. This could be a nice inroad to understand how plotly works under the hood, and to do some debugging in an environment that I'm unfamiliar with. |
Also, one of us found that he had the same issue with Firefox Nightly, but that the issue went away when he disabled tracking protection... |
I am the one for whom this was working on a Mac on Nightly, but only without tracking protection. At home (2012 MacBook Pro Retina, Mid-Year, discrete GPU), I was seeing the following
With tracking protection enabled, I got the following console errors in Nightly:
The only one of those that was unique when protection was turned on was the one the says "was blocked because tracking protection is enabled." Here at work (Dell XPS 15", Ubuntu 16.04), I am seeing the following:
I get the following console errors:
weirdly, the second of those errors doesn't show up on Nightly, just on Developer Edition. Let me know if there's any other information I can provide. |
It was not reproducible. |
@archmoj Thanks for checking up on this. I can't reproduce either, but I am no longer on Mac OS (I've switched to Linux and don't own a Macbook anymore). On Ubuntu 18.04 with FF 65 the code works as expected. Please feel free to close this issue. |
I can reproduce the problem with my environment and with my custom 3D scatter based on plotly.js:
But what's funny thing, I see dots in examples scatter 3d plots: |
This is on Mac OS 10.13.3 with Firefox 59.0.2. The 3D scatter plot examples show an empty scatter plot when the opacity is set to something less than 1.0. I can still interact with the data, that is, hover over the (invisible) points and see the coordinates.
These same examples work fine (i.e. show the expected scatter plot) in Chrome, on the same machine. The problem persists on Firefox even when I open the example in a private window, or when I disable my Firefox extensions. There seem to be no relevant messages printed to the console.
The example on this page has the issue. The codepen (unaltered from the official docs) is here. A screenshot of how this appears is attached.
I asked my co-workers to doublecheck, and some of these have the same issue while others don't. Despite the lack of concrete leads, I'd be happy to dig deeper if someone can offer some suggestions.
The text was updated successfully, but these errors were encountered: