Changes

From Gramps

Addon:D3 Ancestral and Descendant Charts

63 bytes added, 03:28, 24 April 2025
Issues
== Issues ==
* Charts appear without content - related to a security vulnerability update to Browsers. (i.e. local HTML files ought not to be authorized to open files from different sub-directories) This shouldn't be a problem once the files are uploaded to a server. It is just local mode that is affected. '''Workarounds for local mode''' available for:
** set [https://gramps.discourse.group/t/web-page-reports-have-no-content/411/8 Firefox] in [http://kb.mozillazine.org/About:config about:config]
*** before Firefox 95 : <tt>privacy.file_unique_origin flag</tt> to '''false'''
*** starting with Firefox 95 : <tt>security.fileuri.strict_origin_policy</tt> to '''false'''
** Chrome launch flags: <pre>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt</pre>
* Help buttons URL's on report dialogs do not lead here.
* {{bug|9602}}: Descendant Indented Tree doesn't work with Chromium browser
** Uses [https://jquery.com/ jquery] v1.10.2 and 2.0.3 which are no longer supported or patched
** Uses [https://jqueryui.com/ jquery-ui] v1.10.4 which is 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 is to add these 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.
 
=== Charts appear without content when using local mode ===
* Charts appear without content - related to a security vulnerability update to Browsers. (i.e. local HTML files ought not to be authorized to open files from different sub-directories) This shouldn't be a problem once the files are uploaded to a server. It is just local mode that is affected. '''Workarounds for local mode''' available for:
** set [https://gramps.discourse.group/t/web-page-reports-have-no-content/411/8 Firefox] in [http://kb.mozillazine.org/About:config about:config]
*** before Firefox 95 : <tt>privacy.file_unique_origin flag</tt> to '''false'''
*** starting with Firefox 95 : <tt>security.fileuri.strict_origin_policy</tt> to '''false'''
** Chrome launch flags: <pre>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt</pre>
==See Also==
15,091
edits

Navigation menu