-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
the transparent not work on v0.23.5! #5989
Comments
Did 0.23.4 work for you? |
CC @jtg-gg |
@rogerwang this bug appears since 0.22.3 |
I have a similar problem, my case appears a menu inactive inside the window, which makes it impossible to work with totally transparent windows, to minimize the window it "disappears" but it is like flashing in the process of restoring the window. Windows 10 x64 system. |
@xingyuzhe @EdvaldoLima may I have the sample app? |
I made a short video so that you can better understand the application's implementation when executed. issue #5989 see in HD |
I can reproduce EdvaldoLima's issue with nwjs-sdk-v0.23.5.
The following issue only happens on Windows 10, doesn't happen on Windows 8. And why does transparent work if add
@rogerwang @jtg-gg , please help check. The bug reporter's issue may be different. @xingyuzhe , could you please provide a sample? And could you try other platforms to check if win7 32 specific issue? It works fine for me on Windows 7 x64 and Windows 8(I have no win7 32 PC). |
@EdvaldoLima have you tried to use these "--disable-gpu --force-cpu-draw" params as described in http://nwjs.readthedocs.io/en/latest/For%20Users/Advanced/Transparent%20Window/ |
@jtg-gg --disable-gpu --force-cpu-draw works for me. And we use version sdk-ia32 for all x64 system. |
The "--disable-gpu --force-cpu-draw" works perfectly, but with this flag I can reproduce another problem, the window becomes deficient to the event "focus" leaving practically the whole window with this problem. |
@EdvaldoLima I've just made a pull request nwjs/chromium.src#87 |
This is fixed in git and will be available in the next nightly build. |
the transparent not work at all event after the release of 0.23.5!
version: 0.23.5-sdk-ia32
os: win7
The whole window change from tranparent to black when i week up my pc! i can produce this all the time.
to produce this bug, follow these steps:
The text was updated successfully, but these errors were encountered: