Let assume I've got few long pages, and I want to use pjax. When I scroll one page to the end, then click a link invoking pjax reload, then the second page's viewport starts at the end of page (while without pjax the browser would start on the top of page).
Other drawback I see is that when clicking back button the previous page's viewport is again preserved, and not returned back to what it was on the previous page.
This behavior is annoying and not usable. Is it possible to simulate the standard browser's behavior with pjax?