You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported originally in gitify-app/gitify#563, macOS users who use "Mission Control Spaces" are reporting that the menubar app inconsistently selects which space to show on.
The gitify maintainers are raising this issue here as we believe it would be also affect other menubar-based applications.
Steps to Reproduce the Problem
...
...
...
Expected Behaviour
Use the current/last active space
Actual Behaviour
Specifications
Menubar version:
Platform:
Electron version: (Run electron -v or node_modules/.bin/electron -v to get it)
Other information
The text was updated successfully, but these errors were encountered:
setchy
changed the title
bug(macos): inconsistent space when using mission control spaces
bug(macOS): inconsistent space when using mission control spaces
Jul 5, 2024
We have the same problem without using menubar package. Our menubar-like functionality was implemented from scratch without knowning menubar is existing. So there are two options:
We made the same bug as menubar authors.
Electron itself has this bugged behavior.
I personally think we should raise it to the Electron developers.
Description
As reported originally in gitify-app/gitify#563, macOS users who use "Mission Control Spaces" are reporting that the menubar app inconsistently selects which space to show on.
The gitify maintainers are raising this issue here as we believe it would be also affect other menubar-based applications.
Steps to Reproduce the Problem
Expected Behaviour
Use the current/last active space
Actual Behaviour
Specifications
electron -v
ornode_modules/.bin/electron -v
to get it)Other information
The text was updated successfully, but these errors were encountered: