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

About dialog is initially blank on macOS #54

Open
jeffabruce opened this issue Apr 23, 2020 · 2 comments
Open

About dialog is initially blank on macOS #54

jeffabruce opened this issue Apr 23, 2020 · 2 comments

Comments

@jeffabruce
Copy link

At first I thought it wasn't working at all since I just got a popup dialog that was blank. But after resizing the dialog (which I don't actually want it to be able to do), the act of resizing made all of the popup content appear! And the content was correct for the options I used. So, I don't know if this is something in newer Electron which is causing the popup not to do its initial render/paint. At no point have I ever seen the content show up on its own. Every time I run my app, I have to resize the popup to make the content show up. Obviously this bug makes the module unusable for me. Here is the very basic code I used:

click:function() { openAboutWindow( { icon_path:path.join( __dirname, "myicon.png" ), product_name:"My Product" } ); }

I am handling the click of a menu item with this code. If I were doing something wrong, Iwouldn't think it would show up looking correct after simply resizing the popup.

I am using macOS 10.13.6. I did not try on Windows or Linux.

@devon2018
Copy link

I'm getting a blank dialog as well, though a little different to the original bug.

in development I'ts working fine. however when i build a Mas build it is showing blank. Can confirm its not the icon_path as it happens when referencing locally and using a url.

@kolyasya
Copy link

The same for me. Nothing fancy, installed the package, calling it via ipc from Renderer -> preload -> Main process.
No errors in console. Just blank window.

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

3 participants