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

Unable to delete Collection folder in GUI in case folder does not exist on filesystem #314

Closed
martinsefcik opened this issue Oct 3, 2023 · 5 comments

Comments

@martinsefcik
Copy link
Contributor

When folder is deleted on filesystem (outside Bruno) then it stays in Bruno and it is not possible to delete it due to the following error message:

Uncaught (in promise) Error: Error invoking remote method 'renderer:delete-item': Error: The directory does not exist

I guess this error should be ignored.

@lared
Copy link
Contributor

lared commented Oct 3, 2023

@martinsefcik Can you please declare the affected version and OS? I can't reproduce on v0.17.0 and Ubuntu Jammy.

helloanoop added a commit that referenced this issue Oct 3, 2023
fix(#314): tabbing order through tables (variables etc) was inconsistent or impossible
@martinsefcik
Copy link
Contributor Author

@lared I can reproduce it at least with versions 0.18.0, 0.17.0, 0.16.6 on Windows 11.

@martinsefcik
Copy link
Contributor Author

Steps to reproduce:

  1. Create new subfolder in collection via some file commander (outside Bruno)
  2. Folder is immediately showed Bruno UI
  3. Delete this folder via file commander
  4. Folder is still visible in Bruno UI
  5. Try to Delete folder via Bruno UI -> nothing happen - no error popup, folder is not deleted, and the error message mention here in before is printed in Developer console.

@lared
Copy link
Contributor

lared commented Oct 4, 2023

Makes sense, thank you. There is some history of irregularity wrt Windows already: #265

@martinsefcik
Copy link
Contributor Author

I cannot anymore reproduce it. Probably fixed in #465

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

2 participants