-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Creating BrowerWindows with a parent always makes them show #8836
Comments
Just adding to this, it happened to me when modal was false under osx. Did not test windows |
'ready-to-show' is also not triggered. |
@kevinsawicki just created a pull request to fix this issue I used this repo to test it works ok: |
PS: It also fixes a bug where if a child window is hidden and then re-shown it looses its child window status. |
Make OSX child windows honor the show option to fix #8836
When you do this from a renderer process:
The browser window always shows even though the
show
option isfalse
. If you do not provide a parent, the browser window respects theshow
option.The text was updated successfully, but these errors were encountered: