Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
thanks for your work on the module and sorry to upgrade this to a bug report. :)
I'm using Views 2.8 with Quicktabs. Created two views with exposed filters in block. Combined the two filter blocks into a Quicktab block. Views stopped filtering.
The default Views filters work as expected, so it must be Quicktabs that prevents Views from doing its job.
Interestingly, only single filters have this malady. <select multiple="multiple"> elements function properly.
Comments
Comment #1
pasquallefirst step: the view must be an ajax view
edit view->Basic settings->Use AJAX
Comment #2
Anonymous (not verified) commentedHi Pasqualle,
thanks for your work on the module and sorry to upgrade this to a bug report. :)
I'm using Views 2.8 with Quicktabs. Created two views with exposed filters in block. Combined the two filter blocks into a Quicktab block. Views stopped filtering.
The default Views filters work as expected, so it must be Quicktabs that prevents Views from doing its job.
Interestingly, only single filters have this malady. <select multiple="multiple"> elements function properly.
Comment #3
Anonymous (not verified) commentedUpgraded to Views 2.10 and now it works as expected.