Open
Description
Hi, I have a problem with history. My steps:
- Load page 1 (url /page-1)
- Load page 2 by AJAX (url /page-2)
- Load page 3 by AJAX (url /page-3)
- Go back in history: url changes to /page-2, content of the page changes to page 2
- Go back in history: ISSUE: url changes to /page-1, BUT content of the page is not changed and remains content of page 2
So moving in history works as expected, but not with the oldest page (the page I load in normal way - not AJAX way).
Are the snippets from the oldest page saved in the history?