Skip to content

Problem with loading last item in history #17

Open
@michallohnisky

Description

@michallohnisky

Hi, I have a problem with history. My steps:

  1. Load page 1 (url /page-1)
  2. Load page 2 by AJAX (url /page-2)
  3. Load page 3 by AJAX (url /page-3)
  4. Go back in history: url changes to /page-2, content of the page changes to page 2
  5. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions