I've also tested it with the patch #22 from Integration with chosen or select2 โ without success.
- ๐ต๐นPortugal jcnventura
Yes, it seems clear to me that the selectedOptions array for change event listener on the .js-viewsJumpMenu selector is not set when using chosen or select2. This probably because those packages are changing that element in ways that I wasn't expecting it to change when testing this code. Maybe it is possible to narrow down the event listener to work only when selecting one option. Or maybe harden the code to skip the entire processing if selectedOptions is empty.
In any case, it seems that the module works fine with chosen or select2 even without the patch in #3077459: Integration with chosen or select2 js โ . If that is so, I wonder if it even makes any sense to keep that patch around.
- ๐บ๐ธUnited States fractile81
In my case, I have Chosen setup with a Views Jump Field element. I have found that changing the vanilla JS back to using jQuery fixed this particular issue. Not saying it's the direction to take it, just posting a work-around.
This is against RC1.
- ๐ฎ๐ณIndia sriharsha.uppuluri Hyderabad
sriharsha.uppuluri โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia sriharsha.uppuluri Hyderabad
Thank you for the patch; I've successfully ported it, and it's working for me.