wikitree-dynamic-tree
wikitree-dynamic-tree copied to clipboard
Ancestor Webs adds 65535 children to SVG
If I load any profile in the "Ancestor Webs" tree, even one with no connections (eg "Gil-417"), it seems to keep adding elements to the SVG until the DOM stops it.
Open the tree, open JS console then execute
document.querySelector("#view-container > svg > g").children.length;
You'll see something like 65535 children.
I would not suggest trying to debug this in Safari, it will lock up! Chrome seems OK