thechiselgroup / biomixer

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

Expansion Set Filters Hide Parent Nodes #419

Closed everbeek closed 10 years ago

everbeek commented 10 years ago

Expansion set filters hide parent nodes, but I want them left in view if the set they are a parent of is not itself hidden.

This was working at some point, but not now. See ExpansionSetFilter.computeCheckboxDomain for starters. It seems obvious how to change it, but I don't like the change; it will likely require iterating over all expansion sets for each node. That is not ok.

everbeek commented 10 years ago

I believe I have it working again. Took more code than before! Feels like it wasn't worth the effort, but it is behaving well.