thechiselgroup / biomixer

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

Temporary Mapping Arcs Sticking Around #473

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

Cassie found that for this link http://internal-demo-4.bio-mixer-hrd.appspot.com/conceptPathToRoot.html?initial_vis=term_neighborhood&ontology_acronym=UBERON&full_concept_id=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FUBERON_0006591&restURLPrefix=data.bioontology.org: Do a mapping expansion on artery. Then unselect the two concept expansions, then reset them with the button. Notice how all temporary arcs are now rendered. Hovering over each node retriggers the temporary arc hiding logic, and hides the associated arcs.

When replicating, I noticed that simply hovering over the mapping expansion set triggered this problem. Fixing that might fix the problem as Cassie discovered it.

everbeek commented 9 years ago

Changed things to use CSS classes to label and access temporary arc data. Somewhat gross, but works very well.