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

Opening a second tab overwrites its file with the first tab's file #81

Open
SquareBottle opened this issue Dec 29, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@SquareBottle
Copy link

Describe the issue
If you already have a tab open and then try to open another file in a new tab, then the contents of the file you're trying to open will immediately and irrevocably be replaced with the contents of the file you already had open.

To Reproduce (optional)
Steps to reproduce the behavior:

  1. Open Parsify.
  2. Do some calculations.
  3. Save the file as "FILE-A.txt" or whatever.
  4. Close Parsify.
  5. Open Parsify.
  6. Do some different calculations.
  7. Save the file as "FILE-B.txt" or whatever
  8. Try to open "FILE-A.txt" in a second tab.
  9. Observe that the contents of "FILE-A.txt" are now the same as what you have open in "FILE-B.txt" in your first tab.

Short-term recommendation
Disable tab functionality until this is fixed.

Device (please complete the following information):

  • OS: macOS
  • Version 12.6.2

Additional context
This is happening on my brand new work laptop (2021 MacBook Pro), but also happened on my personal laptop (2019 MacBook Air).

@SquareBottle SquareBottle added the bug Something isn't working label Dec 29, 2022
@xxczaki
Copy link
Member

xxczaki commented Apr 14, 2023

Thanks for your patience; I just released v2.0.0 and am unable to reproduce this issue on it. Could you please give it a go?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants