-
Notifications
You must be signed in to change notification settings - Fork 594
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
dagre-D3 demo examples are not working in IE #128
Comments
This issue seems to be fixed on master branch see - 5ce37d5 |
Hi iamrakesh, I am also using dagre-D3-v0.3.2 vesion in my development of graph.now i am facing issue with IE 10 and above. graph is not working in IE. Please let me know if you have fixed this issue. |
The fix should be in the master branch. I just need to get a new release out. Given my schedule this week, I'd expect that to happen this weekend. In the meantime, you can build with the fix from the master branch. |
Hi, When are you going to release the new version. I am waiting for the IE issue fix. Please let me know |
New version (v0.3.3) is released. |
I can still see issue with the latest demo - http://cpettitt.github.io/project/dagre-d3/latest/demo/interactive-demo.html. I am using IE 11 |
Ditto. Seems that it is completely broken on IE. That's a deal breaker unfortunately. Sure, I prefer Chrome myself, but I can't require that of my customers. |
I have downloaded the dagre-D3-v0.3.2. Demo examples are working fine in Firefox and chrome, but when I opened in IE( all IE versions) it is not working, in the console I saw below message
SCRIPT5022: NoModificationAllowedError
File: dagre-d3.js, Line: 272, Column: 5
Note: I changed the folder "lib" to "build" as in the demo html files are referring to build directory.
The text was updated successfully, but these errors were encountered: