-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
3D plots broken in Chrome 77 on GNU/Linux and Android #4233
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
Comments
Thanks very much reporting. We've had some reports already in #3640, could you tell which Linux flavor/version you're using and some info about the hardware you're on. Thank you! |
Same here, not working with Version 77.0.3865.90 (Build officiel) (64 bits) - Ubuntu 18.04 WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost See example here : https://datapleth.io/blog/2019/08/28/2019-08-28_the_french_yield_curve_problem/ No problem on firefox 69.0.1 (64 bits) and chromium v. 76 on another computer (wayland). The example was generated by plotly on R 👍 Source code here : |
@dpq @longwei66 |
@archmoj this works, I can see the vector in 3D with axis, initial issue on my example above persists. |
@etpinard I can provide more info on hardware if you tell me what exactly do you need. |
@archmoj I also observe the codepen working. Update: due to unknown reasons (maybe another Chrome/system package update, or maybe I didn't notice it initially) on the docs page linked in the bug report I observe the following behavior:
Before: After:
|
A first attempt at fixing this problem got merged in #4256 and will be released in today's We'll keep this issue open until we find a better solution. |
|
This example actually works fine for me on |
It also works for me on |
Chrome Version 77.0.3865.120 and .90 both displayed the error. |
Ok so I imagine there is an incompatibility with the graphics library shipped with Ubuntu since this exact Chrome version works for me over here. 🤔 |
This issue appears to be fixed in Chrome 78 and we already have a work around for v77. |
Summary
In Chrome@Linux v.77, 3D plots are broken.
Steps to reproduce
For example, visit the docs. Other 3D plots used in production are similarly broken in Chrome 77.
What is observed
In error console,

WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost
. In the browser:What is expected
Normally functioning 3D plots.
Additional information
WebGL is enabled; get.webgl.org shows a spinning cube; Chrome WebGL experiments such as Aquarium work properly.
The text was updated successfully, but these errors were encountered: