Skip to content

Back button does not work as expected on GUI Agent, DiSCO, and Resource views #227

@karenhanson

Description

@karenhanson

In the GUI, if you switch views from graph to table, or paginate through any of the views, even though the URL changes so that you can bookmark the new view, the back button does not go back through those different views as you would expect. This is due to use of replaceState instead of pushState in the JavaScript, but using pushState requires additional work on the back and forward button to behave as expected.

Started some work on this, which can be see on branch, but didn't have time to get it working:
https://github.com/karenhanson/rmap/tree/pushstate-switch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions