-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some examples not displayed on Firefox 36.0.1 #138
Comments
Thanks for pointing this out. I believe it is the same root cause as issue #128. Firefox can not copy a style and then stops the executions. This is resolved but not yet released but will be a part next release. |
I think in this case it has to do with css files fetched from another origin that are accessible to mermaid. |
That may be it. Thanks for the fast response and this very useful library. Another question, if you don't mind. dagre-d3 says it will not be maintained any more. How will this effect mermaid? |
Good question... we could move the d3 usage and svg rendering out of dagre-d3 into mermaid but keep using dagre. Less risk of browser impact in dagre. Pull requests are still beeing accepted though so the community can fix critical issues. |
On Firefox 36.0, only the first or first few examples are rendered. Others return just the text definition. Chrome works fine, so it shouldn't be a network or setup problem on my part. Firefox console shows the following security error, may be it is related:
Here is an screenshot:
The text was updated successfully, but these errors were encountered: