The Dropdown facet can be made to work with Chosen if it re-trigger Drupal behaviors after the JS is complete.

CommentFileSizeAuthor
#2 dropdown-chosen-2815271-2.patch299 byteskducharm

Comments

kducharm created an issue. See original summary.

kducharm’s picture

Status: Active » Needs review
StatusFileSize
new299 bytes

Status: Needs review » Needs work

The last submitted patch, 2: dropdown-chosen-2815271-2.patch, failed testing.

The last submitted patch, 2: dropdown-chosen-2815271-2.patch, failed testing.

kducharm’s picture

Status: Needs work » Needs review
borisson_’s picture

Status: Needs review » Reviewed & tested by the community

Sure

  • StryKaizer committed affe057 on 8.x-1.x authored by kducharm
    Issue #2815271 by kducharm: Dropdown does not work with Chosen module
    
strykaizer’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

leksat’s picture

Uh... We should not pass the whole document to Drupal.attachBehaviors(). It affects performance and can make JS behaviors work incorrectly.
Instead, I'd say we have to pass select's wrapper element.

borisson_’s picture

So, we should probably open a new issue to do that @Leksat?

leksat’s picture