The code that's breaking it is in gesso_facetapi_link_inactive().

Comments

mortona2k created an issue. See original summary.

mortona2k’s picture

The 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.

mortona2k’s picture

This patch adds classes to facet markup instead of replacing them

mortona2k’s picture

  • dcmouyard committed 1ffa454 on 7.x-1.x authored by mortona2k
    Issue #2551773 by mortona2k: Fixed classes for facetapi checkbox widget.
    
dcmouyard’s picture

Status: Active » Fixed

Since these classes are needed for facetapi.js, I didn’t use the SMACSS classes theme setting to show/hide these classes.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.