PeWu / topola

Topola – online genealogy visualization
Apache License 2.0
95 stars 28 forks source link

fix demo download in Firefox #8

Closed kcivey closed 5 years ago

kcivey commented 5 years ago

The "Download SVG" buttons work in Chrome but not in Firefox. It seems that Firefox doesn't register a click if the element being clicked hasn't been inserted into the document. Maybe there are other browsers that work the same. I added a couple of lines to insert the link element before clicking and then remove it immediately afterward.

PeWu commented 5 years ago

Thanks!

The fix is now also pushed to the gh-pages branch.