nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.35k stars 3.88k forks source link

Window is not transparent since 0.24.0 on mac when using bg-script #6067

Open jazziebgd opened 7 years ago

jazziebgd commented 7 years ago

Since I upgraded to v0.24.0 application window stopped being transparent. I noticed the issue on macOS Sierra 10.12.6 (didn't check if this happens on other operating systems).

I've tried playing with these settings with no success:

I've attached a sample app archive file that demonstrates the issue - frameless window opens as opaque white although manifest window.transparent is true and both html and body tags have background: rgba(0, 0, 0, 0)

nwtest.zip

Christywl commented 7 years ago

I can reproduce this issue on Mac with nwjs-sdk-v0.24.0.

It works fine on Linux/Windows with nwjs-sdk-v0.24.0, the window is transparent.

jtg-gg commented 7 years ago

This is duplicate of https://github.com/nwjs/nw.js/issues/6055

Issue has been fixed in nightly build