parsec-cloud
parsec-cloud copied to clipboard
[🐛 | Bug]: Lose file selection when using workspace link
Parsec version tested on:
3.1.0-rc.1
Platforms tested on:
Linux
Bug description:
- Copy a workspace link
- Go to that workspace
- Select some files
- Use the save workspace link
- Observe that you will loose the selection at step 3
Relevant output:
No response
Using a link remounts the component, which means it no longer knows the current path. It's not able to compare it to the path in the link and say "oh yeah that's the same path, I'll keep the selection". We could add persistent storage but I strongly advise against it considering the time it would take, how many bugs it would add, and how trivial that issue is.
Ok, we just need to clairify that on the manual tests list
Added a note to the test protocol file, closing this issue.