I am using Drupal 8.4.4 and BEF 8.x-3.0-alpha3
I have created a block view and am using BEF to create a link filter based on a text list field
When I preview the view, the links work with AJAX. If I look at the href of one the the links, I see
http://joyer.localhost/admin/structure/views/view/portfolio/preview/block_1?_wrapper_format=drupal_ajax&field_type_value=SEO
If I place the block view on a page, the links no longer work with AJAX. Instead it requires a page reload. Looking at the href of one of the links, I see
http://joyer.localhost/test-page?field_type_value=SEO
It appears to be an issue only if I select links as when I change the views BEF filter to checkboxes instead of links, AJAX works on the page as expected.
No console errors appear.
Fixed
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.