i've got a view (3) exposing terms for further filtering. this view also exposes the number of node per page for selection.
the terms are displayed correctly on the first page- as soon as i go to page 2 some of the terms that should be there disappear.

disabling the exposed pager-options solves the problem as does removing "&items_per_page=12" from the url.
i can provide a link to see that in action...

Comments

maico de jong’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev

Having the same problem with latest dev version.

Views selective exposed filter gives "An illegal choice has been detected" error when an options is set that is not available on the current page when using exposed items per page using Views 6.x-3.0.

Problem seems to be that the module only looks in results present on the current page for limiting its exposed options when exposed items per page are set in the url "&items_per_page=12". Exposed pager options should be ignored when limiting exposed item results.

maico de jong’s picture

Category: bug » support
Status: Active » Needs review
StatusFileSize
new685 bytes

Since the GET var for exposed items per page is set as exposed_items_per_page by views i altered views_filters_selective.module by adding some lines of code to first unset exposed_items_per_page and after the clone is rendered set it again.

Added a patch that works with latest dev(2012-May-02)

Changed category of this post to support request since exposed items per page support was never there.

infojunkie’s picture

Status: Needs review » Fixed

Thanks for the patch! Committed to latest dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.