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

Internet Explorer Support #99

Closed
mike-ward opened this issue Jan 12, 2015 · 13 comments
Closed

Internet Explorer Support #99

mike-ward opened this issue Jan 12, 2015 · 13 comments

Comments

@mike-ward
Copy link

Doesn't work in Internet Explorer. Any chance this will happen?

@knsv
Copy link
Collaborator

knsv commented Jan 12, 2015

I have tested a bit and sequenceDiagrams works but not the flowchart. Will investigate further.

@mike-ward
Copy link
Author

That's good to hear. I started with the flowcharts and then quit. I'm no fan of IE. I use the web control in some desktop applications, which is why I'm interested in IE.

@mike-ward
Copy link
Author

Update?

@knsv
Copy link
Collaborator

knsv commented Feb 11, 2015

Yes! Sorry about the delay. I have had some issues to find an internet explorer to test. Who could have believed that a couple of years ago....

Anyways now with an Internet Explorer in place I found the underlying issue. It was a bug in dagre-d3 that the project had already resolved. I will include the new version in next mermaid release which will resolve this issue!

@mike-ward
Copy link
Author

Awesome cool!

On Wed, Feb 11, 2015 at 3:55 PM, Knut Sveidqvist notifications@github.com
wrote:

Yes! Sorry about the delay. I have had some issues to find an internet
explorer to test. Who could have believed that a couple of years ago....

Anyways now with an Internet Explorer in place I found the underlying
issue. It was a bug in dagre-d3 that the project had already resolved. I
will include the new version in next mermaid release which will resolve
this issue!


Reply to this email directly or view it on GitHub
#99 (comment).

@knsv
Copy link
Collaborator

knsv commented Feb 15, 2015

With release 0.3.5 the graph renders!

I have some styling issues remaining with html labels. If you run into that set htmlLabels to false in the mermaid config. Will close now, reopen if the problem lingers... :)

@knsv knsv closed this as completed Feb 15, 2015
@mike-ward
Copy link
Author

When I go to: http://knsv.github.io/mermaid/demos.html

using IE 11 I still don't see any charts.

@knsv
Copy link
Collaborator

knsv commented Feb 15, 2015

Just got around to update the docs. Try now.

/Knut
sön 15 feb 2015 kl. 19:49 skrev Mike Ward <notifications@github.com (mailto:notifications@github.com)>:

When I go to: http://knsv.github.io/mermaid/demos.html
using IE 11 I still don't see any charts.


Reply to this email directly or view it on GitHub (#99 (comment)).

@mike-ward
Copy link
Author

Much better now. I'm seeing empty labels however. Is that the styling issue you mentioned?

@knsv
Copy link
Collaborator

knsv commented Feb 15, 2015

Try adding something like this:
var mermaid_config = {
startOnLoad:true,
htmlLabels:false
}

This will disable htmlLabels and the text will be visible (as svg). You can also try to show the labels via cs ( htmlLabels but do not know if thats works).

Knut Sveidqvist
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Sunday 15 February 2015 at 20:20, Mike Ward wrote:

Much better now. I'm seeing empty labels however. Is that the styling issue you mentioned?


Reply to this email directly or view it on GitHub (#99 (comment)).

@gerritgriebel
Copy link

gerritgriebel commented Jul 27, 2016

With IE 11 (11.0.9600.18349) http://knsv.github.io/mermaid/#flowcharts-basic-syntax shows only empty boxes. No labels on boxes and edges. http://knsv.github.io/mermaid/#sequence-diagrams looks fine, though. Above htmlLabels:false didn't work for me either.

@derberg
Copy link

derberg commented Dec 27, 2016

I have exactly the same issue in IE 11 as @gerritgriebel

@fengzhihaostar
Copy link

这个问题解决了吗? 我现在也出现了这个情况。 用IE打开这个http://knsv.github.io/mermaid/demos.html#demos地址,流程里面的文字没有显示出来。

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

No branches or pull requests

5 participants