The dom-id of the view and the dom-id within the facetapi settings do not match. This breaks the complete ajax functionality.
This only happens after reloading the page, or when logged in as admin. After clearing the cache, the ajax callbacks work again (as in the id's match).
When reloading the page, the dom-id of the view gets recalculated, but the id in the facetapi settings stay the same.
I fixed this by using the views ajax settings instead of the facetapi setting. This works for now, but it does not solve the actual issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dom_id_do_not_match-2907222-2.patch | 1.09 KB | mvdve |
Comments
Comment #2
mvdve commentedThe attached patch fixes the issue for now. I will look in to the actual problem when i have more time.
Comment #3
mvdve commentedFixed in the patch from #2480557-16: Views contextual filter arguments aren't respected when ajax links are toggled.
Comment #5
jannis commentedthis ticket is not fixed in the current (v7.x-3.7) release of this module. you must patch it to get it to work.