Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Atom does not remember last-opened state if a spec window is closed last #15793

Closed
1 task done
50Wliu opened this issue Oct 2, 2017 · 0 comments · Fixed by #23031
Closed
1 task done

Atom does not remember last-opened state if a spec window is closed last #15793

50Wliu opened this issue Oct 2, 2017 · 0 comments · Fixed by #23031

Comments

@50Wliu
Copy link
Contributor

50Wliu commented Oct 2, 2017

Prerequisites

Description

When a normal Atom window as well as an Atom spec window are open, closing the spec window last results in Atom attempting to save the state of the spec window rather than the actual project window. Spec windows should probably be ignored when saving state.

Steps to Reproduce

  1. Open any project
  2. Run specs using the GUI
  3. Close the project window
  4. Close the specs window
  5. atom in terminal

Expected behavior: The project from step 1 to be reopened

Actual behavior: Atom appears un-maximized (same dimensions as the spec window) and with no project state.

Reproduces how often: 100%

Versions

Atom    : 1.23.0-dev-c30cc9bc8
Electron: 1.6.9
Chrome  : 56.0.2924.87
Node    : 7.4.0

Additional Information

This may be harder to reproduce on macOS due to its special Quit behavior.

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

Successfully merging a pull request may close this issue.

2 participants