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

User edits are lost #2654

Open
alinamykal opened this issue May 22, 2024 · 1 comment
Open

User edits are lost #2654

alinamykal opened this issue May 22, 2024 · 1 comment
Labels
Project: UI Issues related to creating the UI

Comments

@alinamykal
Copy link

Description

When user edits a model in A tab and switch to B tab, user can't see their changes when user came back to A tab.

Steps to Reproduce

  1. User opens several tabs (ex. A and B).
  2. User edit model in A tab.
  3. User switches to B tab.
  4. User came back to A tab and changes were lost. User can't see their changes.

Expected Result
When user edit the model. Edits are saved when user switches between different tabs.

Environment
Chrome

@alinamykal alinamykal added the Project: UI Issues related to creating the UI label May 22, 2024
@jmarch
Copy link

jmarch commented Jun 2, 2024

+1

I just encountered this exact same issue.

To fix this, it seems the opened tabs need to maintain their "edit state" in an in-browser data store.

An interim fix might be to perform the same logic that is run when a tab is closed, where the user is warned that their edits will be lost. That's really not ideal though. The expectation is that I can modify more than one tab at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project: UI Issues related to creating the UI
Projects
None yet
Development

No branches or pull requests

2 participants