Problem/Motivation

Rendered output cache not working for Views content panes + Exposed filter

Steps to reproduce

  1. Create one views with Content pane display and have content tag exposed filter(Exposed form in Block Yes), Enable views cache for both Query results and Rendered output, create one page manager pages /helloworld and embed exposed form block and the views content pane
  2. Clear site cache via drush cc all or under site performance
  3. Access wrong exposed filter link via /helloworld?field_tags_tid%5B%5D=aaaaaaaaaaaa
  4. Click Next page/Previous page
  5. Access normal list page again /helloworld
  6. Click Next page, it will have ?field_tags_tid%5B%5D=aaaaaaaaaaaa under pager link

Proposed resolution

N/A

Disabling views Rendered output cache won't have the issue.
Hence I assume there is some issue between views content pane and views Render output cache.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Jieyyal created an issue.