I'm unable to use Views Exposed Filter with Quick Tabs.
Is there a method to allow for exposed filters to work?

Comments

pasqualle’s picture

Version: 6.x-3.x-dev » 6.x-2.0-rc3

first step: the view must be an ajax view
edit view->Basic settings->Use AJAX

Anonymous’s picture

Version: 6.x-2.0-rc3 » 6.x-2.x-dev
Category: support » bug

Hi 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.

Anonymous’s picture

Status: Active » Closed (fixed)

Upgraded to Views 2.10 and now it works as expected.