How to recreate:

  • Create a view that will have a pager ('recent content' works well)
  • Expose any filter
  • Enable Exposed form in block
  • Enable Ajax
  • Place the view in a pane
  • Attempt to page.

Ajax will fire, however the the view is just replaced with the initial contents (page 0). If you add the exposed block to a pane on the same page, the exposed filters work, but the pager still remains broken. Removing "exposed form in block" fixes the pane.

From what I can tell so far, the difference I see is in the broken ajax call the "ajaxTrustedURL" object is missing in the response, not sure if that is related.

Comments

b_sharpe created an issue. See original summary.

b_sharpe’s picture

Status: Active » Closed (works as designed)

Turns out this was coming from another module, duplicate of #2839920: AJAX pager isn't working