Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Unsaved files reloaded from state don't set modified flag correctly #198

Closed
iolsen opened this issue Feb 2, 2017 · 0 comments
Closed

Unsaved files reloaded from state don't set modified flag correctly #198

iolsen opened this issue Feb 2, 2017 · 0 comments
Labels

Comments

@iolsen
Copy link
Contributor

iolsen commented Feb 2, 2017

Reproduced on MacOS Sierra in safe mode in 1.13.1, 1.14.0-beta4, and 1.15.0-dev-9c7d6f1ae when testing for atom/tabs#306:

  1. atom --safe .
  2. create a new file
  3. quit the application
  4. atom --safe .
  5. save the new file created in step 2
  6. modify the file

Expected: modified dot appears in tab, closing tab prompts to save

Actual: no modified dot, tab closes without prompting, changes are lost

If you quit Atom in this state the modifications are correctly preserved in the state store and upon reopening the file now has the correct modified flag value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant