I'm attaching a view export that manifests this problem. The use case is to create a block with a list of content with an alpha summary pager, and have the pager work via AJAX. (View created on a fresh install of D7 with only views + dependencies enabled) The summary links have AJAX behaviors attached, but the argument is not passed correctly, and it always reloads the view with the default argument.

Comments

acrollet’s picture

Status: Active » Needs review
StatusFileSize
new500 bytes

patch attached. To me this is more of a workaround and a starting place for discussion, as the true solution probably involves scanning the view for attachments and pulling the configured base path for the pager to compare against the path in the link. Or perhaps there's something far simpler...

milos.kroulik’s picture

Issue summary: View changes

So this workaround is only for views using AJAX? I have a view content pane and it obviously doesn't work for me.

I also tested it with AJAX enabled and it works, except for non-ASCII letter, such as "Č" or "Ž".

ankurj’s picture

We are not able to reproduce this issue. Can you please provide the steps to reproduce the same.

Here is what was tried.
1. Enabled a Block view
2. Pager and AJAX was enabled

Paginator still worked as expected.

Thanks,
Ankur

riddhi.addweb’s picture

dasha_v’s picture

Status: Needs review » Reviewed & tested by the community

Confirming the patch works. Could you please include it to the next release?

Status: Reviewed & tested by the community » Needs work