intermine / im-tables

Dynamic Result Table Library
Other
9 stars 27 forks source link

Filter button no longer highlighted after column summary filter #66

Closed mlyne closed 11 years ago

mlyne commented 11 years ago

Both FF & Chrome: After filtering with column summary the column header filter icon no longer highlights to indicate an active filter for that column.

Template tested: Gene [D. melanogaster] --> FlyAtlas data.

mlyne commented 11 years ago

Can't reproduce in the demo either but is consistent behaviour in Preview. Filter with column summary, filter icon in column header doesn't get highlighted. However, mouseOver on the filter icon shows that there are active filters.

mlyne commented 11 years ago

Filtering on column: Gene.microArrayResults.affyCall 'Down' doesn't highlight column filter icon with active filters

<query model="genomic" view="Gene.primaryIdentifier Gene.symbol Gene.microArrayResults.mRNASignal Gene.microArrayResults.mRNASignalSEM Gene.microArrayResults.presentCall Gene.microArrayResults.enrichment Gene.microArrayResults.affyCall Gene.microArrayResults.material.primaryIdentifier Gene.microArrayResults.dataSets.name Gene.microArrayResults.tissue.name" sortOrder="Gene.primaryIdentifier ASC" constraintLogic="(A and B) and D" >
  <constraint path="Gene.microArrayResults" type="FlyAtlasResult" />
  <constraint path="Gene.organism.name" op="=" code="B" value="Drosophila melanogaster" />
  <constraint path="Gene" op="IN" code="A" value="gene24List" />
  <constraint path="Gene.microArrayResults.affyCall" op="=" value="Down" />
</query>
alexkalderimis commented 11 years ago

Ah - this is a more general css issue. The flymine colours are applied to the filter icon regardless of constraint status. It is not just for the newly constrained colours (viz. Micro Array Results > Enrichment)