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

Workspaces on Mac OS X #75

Closed
Flaise opened this issue Aug 14, 2016 · 2 comments
Closed

Workspaces on Mac OS X #75

Flaise opened this issue Aug 14, 2016 · 2 comments

Comments

@Flaise
Copy link

Flaise commented Aug 14, 2016

On my mac, I like to keep my IDE in a workspace by itself so I can quickly switch to and from it with a four-finger swipe on the touchpad. When I start Electron with the electron-mocha package, despite no new window being displayed, it always pulls me back to the default workspace, which gets old when I'm using a file watcher to auto-run my tests each time I make a change. Is there a way to make Electron (specifically, the instance started by electron-mocha) not do this?

@inukshuk
Copy link
Collaborator

If we can, we should definitely make it possible to resolve this issue. I'm on Linux most of the time so I don't use OS X workspaces, but I can help debugging this.

When running the renderer tests we have to create a window (not shown by default, unless using the --debug option) so it seems just creating the window is enough to make OS X jump to that workspace. The only thing about this I found in the API is this option to make the window visible on all workspaces. Could you try if adding this option here solves the issue?

@inukshuk
Copy link
Collaborator

This should be fixed by #83

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

2 participants