Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve diagram state #5

Open
kolovos opened this issue Oct 22, 2022 · 0 comments
Open

Preserve diagram state #5

kolovos opened this issue Oct 22, 2022 · 0 comments

Comments

@kolovos
Copy link
Member

kolovos commented Oct 22, 2022

Consider the following scenario where the user:

  • Navigates to view A
  • Zooms / scrolls within the view
  • Navigates to view B
  • Returns to view A

Currently, when returning to view A, the previous zoom/scroll state will be lost and the view will appear in its default zoom level and scroll position. This can be remedied by:

  • Using a different
    to contain each view and showing/hiding divs as the user navigates through views
  • Supporting multiple Golden Layout tabs

In both cases, it would be nice if the zoom/scroll state of views could be preserved when the content of the view is also updated (e.g. because of a change in its underlying model)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant