thechiselgroup / biomixer

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

Hover Over Expansions Buggy? #463

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

When hovering over the sole expansion of path to root, Cassie observed a node that wasn't highlighting with the rest. Screenshot attached.

Replicated as seen in screenshot, at url: http://127.0.0.1:8888/conceptPathToRoot.html?gwt.codesvr=127.0.0.1:9997&initial_vis=paths_to_root&ontology_acronym=SNOMEDCT&full_concept_id=http://purl.bioontology.org/ontology/SNOMEDCT/35146001&restURLPrefix=data.bioontology.org

everbeek commented 9 years ago

highlightedpath

everbeek commented 9 years ago

Figured it out. The final node in the array being processed was not having dim status removed. I needed to do this explicitly, but it was happening incidentally for each node during processing of the subsequent node in the list.