thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Ontology Overview Breaks on Resize, Display Swap #474

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

When the display was resized, it obliterated node positions, except for the central node.

everbeek commented 9 years ago

I found several issues that combined to make this hard to figure out. The sorted node map was not being refreshed when we removed missing nodes. The central node was not in an array of nodes that get repositioned in the layout code, so we needed that to be positioned specifically. It works now.