Hi. Some of our users have concerns with usability.

1. They want to be able to bookmark the nth page of a view. They do not want to bookmark the top page and remember to scroll through n ajax calls.

2. They want forward and back buttons to respect their position on the page.

Patch to follow.

Comments

jsagotsky’s picture

So this is actually a patch for jquery.autopager rather than this module. I'm posting it here because this is the context I'm using it in and the original author of the library hasn't updated it in ~4 years. (I'd actually like to send this to him and would have made a fork and PR if it were in github. If anyone has a suggestion for how to submit this without sending an unsolicited email, I'm all ears.)

Quite simply it uses HTML5's replaceState to update the page number in the url as you scroll. This should work on modern browsers (for those of us with IE users, that's IE 10 and up).

jsagotsky’s picture

Rerolled and bugfixed. Previous version didn't work with drush make. It was also updating the url too late, so the link you got was actually for the next page.

honza pobořil’s picture

Issue summary: View changes
Status: Active » Closed (outdated)