We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this is a feature, but none of the demos worked in any recent version of IE (9-10-11).
I tested http://cpettitt.github.io/project/dagre-d3/latest/demo/hover.html with crossbrowsertesting.com
IE 11 stack: SCRIPT5022: NoModificationAllowedError File: dagre-d3.js, Line: 307, Column 5
IE 10 stack: SCRIPT5022: NoModificationAllowedError dagre-d3.js, Line: 307, character 5
IE 9 stack: SCRIPT5022: DOM Exception: NO_MODIFICATION_ALLOWED_ERR (7) d3.v3.min.js, line 3 character 12208
The text was updated successfully, but these errors were encountered:
Same issue reported on Dagre-D3 dagrejs/dagre-d3#128
Sorry, something went wrong.
This issue seems to be fixed on master branch see dagrejs/dagre-d3@5ce37d5
No branches or pull requests
Not sure if this is a feature, but none of the demos worked in any recent version of IE (9-10-11).
I tested http://cpettitt.github.io/project/dagre-d3/latest/demo/hover.html with crossbrowsertesting.com
IE 11 stack:
SCRIPT5022: NoModificationAllowedError
File: dagre-d3.js, Line: 307, Column 5
IE 10 stack:
SCRIPT5022: NoModificationAllowedError
dagre-d3.js, Line: 307, character 5
IE 9 stack:
SCRIPT5022: DOM Exception: NO_MODIFICATION_ALLOWED_ERR (7)
d3.v3.min.js, line 3 character 12208
The text was updated successfully, but these errors were encountered: