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

When autosave is off, unsaved work prompt is not respected by commands that close the window automatically #753

Open
audionerd opened this issue Oct 6, 2017 · 0 comments

Comments

@audionerd
Copy link
Member

audionerd commented Oct 6, 2017

Steps

  • In Preferences, set "Save Project Data Automatically" to false
  • Draw on a board
  • Try one of the following commands:
    • "Clean Up Scene"
    • "Open File"
    • Dropping a .storyboarder file onto the window
    • ... maybe other commands? TBD

For example, with "Clean Up Scene"

  • See "Clean Up deletes unused image files … Are you sure?" dialog
  • Press "Yes"
  • See "Your Storyboarder file is not saved. Are you sure you want to close the workspace?" dialog
  • Press "No"
  • Cleanup still runs and any unsaved work is lost

What should happen:
If you cancel the "Are you sure you want to close the workspace?", the other dependent operation should be prevented as well.

Related to #751


Maybe commands that automatically close the window should wait for affirmative prompt response (e.g. check if readyToClose is true)?

@audionerd audionerd added this to the Beta 14 milestone Oct 6, 2017
@audionerd audionerd self-assigned this Oct 6, 2017
@audionerd audionerd added this to Beta 15 in Features for RC1 Oct 9, 2017
@audionerd audionerd added this to IN PROGRESS in Features for V2 Nov 6, 2017
@audionerd audionerd moved this from IN PROGRESS to NEXT in Features for V2 Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant