When using contextual links to edit an item from a paged page, the page parameter is not passed in the destination parameter. Steps to reproduce:
- Navigate to a page with a pager (eg a list of news articles)
- Go to page 2 (news?page=1)
- Use contextual links to edit a news item
- The destination parameter is /node/xx/edit?destination=news instead of something like /node/xx/edit?destination=news?amp;page=1
- When saving the node, you end up on the first page, instead of the one you came from.