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

FB13544993: Menu bar should not hide when in fullscreen space and a LSUIElement/accessory app is activated #457

Open
sindresorhus opened this issue Jan 16, 2024 · 0 comments

Comments

@sindresorhus
Copy link
Member

  • Date: 2024-01-17
  • Resolution: Open
  • Area: Menu Bar
  • OS: macOS 14.2
  • Type: Incorrect/Unexpected Behavior

Description

I have an app with a menu bar item (NSStatusItem), and when the menu bar item is clicked, I show the main app window and activate the app. However, when the user is in a fullscreen space for a different app, and they click the menu bar item for my app, my app activates, but then the menu bar immediately disappears. This is not the desired behavior and I get weekly complaints from users about this. The menu bar should not hide in this case.

Reproduce:

  • Run the attached project.
  • Enter fullscreen in an app.
  • Click the “Click Me” menu bar item.
  • Notice how the menu bar disappears.

You can also see this behavior in live apps on the App Store:

  • Dato (1470584107)
  • Fantastical (975937182)

Files

Sample project.zip

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

No branches or pull requests

1 participant