ihh / tree-align-view

A multiple alignment viewer with integrated phylogeny and structure browsing.
MIT License
4 stars 1 forks source link

<!DOCTYPE html>-tag destroys layout #24

Closed MrTomRod closed 4 years ago

MrTomRod commented 4 years ago

Thanks for making this cool, simple and versatile tool!

I want to embed it into a website but noticed a bug: The standard declaration of <!DOCTYPE html> destroys the layout!

This is how to reproduce this: Simply replace <html> with <!DOCTYPE html> in demo.html.

That's what it looks like (tested in Firefox and Chrome):

image

ihh commented 4 years ago

Thanks for your interest @MrTomRod and for the bug report!

This repo has actually been replaced by a more modern React component, which is available here: https://github.com/ihh/abrowse

The React version is functionally equivalent, but does not have this DOCTYPE bug, and will be the version that is maintained going forward.

All best, Ian