Skip to content
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

IE11: scattergl: problems with marker symbols #2802

Closed
mojoaxel opened this issue Jul 11, 2018 · 9 comments · Fixed by #2863
Closed

IE11: scattergl: problems with marker symbols #2802

mojoaxel opened this issue Jul 11, 2018 · 9 comments · Fixed by #2863

Comments

@mojoaxel
Copy link
Contributor

We have problems with custom marker-symbols in a scattergl chart.

Chrome and Firefox are OK.
This seems to be only a Problem in IE (11.0.9600.19002)

WEBGL11042: INVALID_OPERATION: useProgram: Program not linked

image

Live Example: https://jsbin.com/zokekob/edit?js,output

@etpinard
Copy link
Contributor

etpinard commented Jul 11, 2018

cc @dy is this the expected behavior? I remember you saying we only support a subset of symbols in IE11?

@etpinard
Copy link
Contributor

related #2750

@dy
Copy link
Contributor

dy commented Jul 12, 2018

Yes, custom symbols are likely broken now in scattergl. That requires a bit of time to fix, I will give a try.

@dy dy self-assigned this Jul 12, 2018
@mojoaxel
Copy link
Contributor Author

@dy Any update on this? For now we switched from scattergl to scatter on IE. Is there a chance that this will get fixed?

@etpinard
Copy link
Contributor

#2683 appears to have fixed rendering, but I noticed a few console warning in #2863 (comment), that should get addressed before closing this issue for good.

@mojoaxel
Copy link
Contributor Author

I can confirm, that this issue is solved 👍
but, as @etpinard mentioned there are still some warnings in the example above:

image

@etpinard etpinard unassigned dy Oct 25, 2018
@archmoj archmoj self-assigned this Nov 11, 2018
@dy
Copy link
Contributor

dy commented Dec 14, 2018

@etpinard just figured out. That error is actually just a log in console, there is no way to turn it off. That piece of code feature-detects WebGL. I can hardcode browser detection instead, to mute the log for IE11 specifically.

This was referenced Dec 14, 2018
@archmoj archmoj removed their assignment Dec 14, 2018
@someusersomeuser
Copy link

version 1.42.0 and later
marker symbols not work
error: "Path2D" is not defined

@etpinard
Copy link
Contributor

etpinard commented Dec 17, 2018

@someusersomeuser we close issues when they are fixed in master. This fix will be part of the next release 1.43.0. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants