thechiselgroup / biomixer

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

Ontology View Taking Only Half of Screen, Nodes in Corner #426

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

http://127.0.0.1:8888/ontologyMappingOverview.html?ontology_acronym=RCD

The layout places arcs only in the lower half of the screen, and only very few nodes actually end up at the end of their arcs. The rest get tossed into the top left corner.

everbeek commented 9 years ago

Seems to be associated with the timing of the setCurrentLayout() call relative to initAndPopulateGraph(). Seeing if moving this will fix it.

Nope. But finally confirmed the commit that broke it: f293568a4a7d6a64357f42e30714bdff8409e9a6

I really need to sort out why Eclispe does not build and deploy properly when I check out different commits. Also, I am eager to get GWT out of the build for the master branch, and keep it around in an archive branch...anyway, off topic...