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

[IDE] Editor automatically closed after automatic save and close is rejected #2294

Open
StanZGenchev opened this issue Dec 14, 2022 · 0 comments

Comments

@StanZGenchev
Copy link
Contributor

Describe the bug
When you try to close the tab of an editor whose file is not saved, there will be a system dialog asking if you want to save. If you select save but the form inside the editor is invalid, the editor will not save the file and will not close. However if you later either fix the issue and save, or close (second attempt) without saving and then open and edit the file with the same editor or different, the editor will be automatically closed after save.

To Reproduce
Steps to reproduce the behavior:

  1. Create an empty .extension file
  2. Open it and do not edit anything
  3. Try to close the editor tab
  4. Select save
  5. Try to close the tab a second time
  6. Select don't save.
  7. Open the file again and edit it.
  8. Select save
  9. See issue

Expected behavior
Once the system dialog is rejected, the editor should not close after save.

Desktop:

  • OS: Fedora Linux 36
  • Browser: All
  • Version: Dirigible 6.3.30
@StanZGenchev StanZGenchev added this to the 8.0.0 milestone Dec 14, 2022
@StanZGenchev StanZGenchev self-assigned this Dec 14, 2022
@StanZGenchev StanZGenchev added this to To do in Backlog via automation Dec 14, 2022
@delchev delchev modified the milestones: 8.0.0, 9.0.0 Mar 31, 2023
@delchev delchev modified the milestones: 9.0.0, 10.0.0 Oct 9, 2023
@delchev delchev modified the milestones: 10.0.0, 11.0.0 Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
To do
Development

No branches or pull requests

2 participants