15,091
edits
Changes
From Gramps
→Issues
== Issues ==
* Help buttons URL's on report dialogs do not lead here.
* {{bug|9602}}: Descendant Indented Tree doesn't work with Chromium browser
* {{bug|11800}}: D3 Chart update of d3.js and jquery libraries to newer versions
** Uses D3.js version 3.4.5 (and not the [https://d3js.org/ current release])
** Uses [https://jquery.com/ jquerry] also outdated
* Does not work with MS-IE 11?[https://github.com/d3/d3/issues/599#issuecomment-32245110]
If anyone is still facing the problem [with MS-IE 11] here is the solution:
Add this 2 lines to your html file.
<code><meta http-equiv="X-UA-Compatible" content="IE=edge" /></code>
If not IE doesn't understand the property CSSStyleDeclaration in your d3.js file.
[[Category:Plugins]]
[[Category:Developers/General]]
[[Category:Reports]]