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

Unexpected behavior of OS X client's close button #97

Open
pgambling opened this issue Feb 17, 2015 · 6 comments
Open

Unexpected behavior of OS X client's close button #97

pgambling opened this issue Feb 17, 2015 · 6 comments
Labels

Comments

@pgambling
Copy link
Collaborator

The close button currently shuts down the application. However, the normal behavior of OS X's close button is to close the window while the application remains active in the dock. Closing the application is accomplished by cmd+q or app menu->quit.

@pgambling pgambling added the bug label Feb 17, 2015
@shaunlebron
Copy link
Collaborator

There are some applications that explicitly close after its last window is closed (e.g. Popcorn Time, System Preferences). Regardless of that, if the window is closed, there's not much else the user can do since our menu only has default items inherited from Atom Shell.

@pgambling
Copy link
Collaborator Author

Wouldn't you still see the dock bounce and notifications even when the
window is closed?

On Tue, Feb 17, 2015, 9:51 AM Shaun LeBron [email protected] wrote:

Closed #97 #97.


Reply to this email directly or view it on GitHub
#97 (comment).

@shaunlebron
Copy link
Collaborator

Not currently. @oakmac, should we re-open the window if the dock icon is clicked?

@shaunlebron shaunlebron reopened this Feb 17, 2015
@pgambling
Copy link
Collaborator Author

I mean IF Cuttle only closed the window and not the application when clicking close, I'd still expect the dock icon the bounce and growl notifications to appear.

@oakmac
Copy link
Owner

oakmac commented Feb 26, 2015

I don't know enough about Mac common defaults to have an informed opinion here.

As a general heuristic, I think we should support the Principle of least astonishment ;)

@CASandmann
Copy link
Collaborator

In my admittedly limited interactions with OSX, most applications seem to work the way Phil described:

  • If a user closes the application window, the task remains active (the blue light still shows under the icon on the dock)
  • If a notification occurs while the window is closed, the icon will bounce in the tray
  • If the user then clicks the icon, the window reopens
  • Mac users know they can definitively close applications by right-clicking the dock icon and selecting exit

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

No branches or pull requests

4 participants