Closed (fixed)
Project:
Gesso
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2015 at 01:22 UTC
Updated:
4 Sep 2015 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mortona2k commentedThe last line in gesso_facetapi_link_inactive replaces the facetapi-checkbox and facetapi-inactive classes with facet and is-inactive. However, the classes were used by facetapi.js, and elsewhere in facetapi and search_api_views.
I saw that this change was made in https://www.drupal.org/node/2452099.
Comment #3
mortona2k commentedThis patch adds classes to facet markup instead of replacing them
Comment #4
mortona2k commentedComment #6
dcmouyard commentedSince these classes are needed for facetapi.js, I didn’t use the SMACSS classes theme setting to show/hide these classes.