-
Notifications
You must be signed in to change notification settings - Fork 122
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
Application Hide (not Window Minimize) Function Missing on macos #6446
Comments
maybe a naive question: in Docker Desktop's case, what's the difference between hiding and closing the window? Unlike other mac apps, Docker Desktop stays running when you've closed all the windows, so I'm not sure. or is it mainly about the key binding, and you'd be fine if command-H closed the window? |
@nicks Three similar but different functions:
Anything wrong with just doing it like every other app in the Mac ecosystem? |
When an app is hidden you can very quickly bring it back exactly how you left it, but when you close Docker and reopen it loses all state and always starts on the default screen. Not at all equivalent. (also, I wonder if fixing this would solve #5962) |
Please fix this. There have been similar issues for ages that keep getting auto-closed, e.g. #5813 |
Just wanted to open an issue for this. Please add this functionality, it's just basically frustrating not to have it there. Thanks! |
And now #5813 has been closed... :( I guess this is what happens, when developers neither use nor care about their product. This would be a 10min change for anyone familiar with the source code. I even would invest the time to fix this, as I'm annoyed by it on a daily basis. But of course, this is closed source, so there we go... |
Glad to see the "acknowledged" tag on this. Since previous related tickets were auto-closed, I'd like to explicitly call attention here to other keybindings and menu items that are also missing from the Docker Desktop app:
These were added to the Docker menu widget where they are almost completely useless. These bindings should be added to the Docker Desktop application. The application is also missing standard Window menu with (at least):
Ideally, it would also include bindings to navigate through the sidebar items (i.e. Containers, Images, Volumes, Dev Environments, Extensions, etc.). The app is also missing the standard Help menu. The "About" menu under "Docker Desktop" menu should be "About Docker Desktop" (again, this is correct in the menu widget, but not the app for some reason). |
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
Ah, this shipped a while ago, in Docker Desktop 4.13 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Expected behavior
Nearly all Mac Apps have a menu item "Hide " and have a key binding Command-h associate with it. It would appear above the Quit menu option.
There is a minimize window button (yellow round button with a dash) but this is to "minimize" not "hide" the app.
This should be a very tiny development effort but has a big user experience benefit.
Actual behavior
The expected menu and the keybinding are missing.
Information
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: