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

Title is shown when setting transparent to true on OSX #3645

Closed
7nights opened this issue Jul 7, 2015 · 3 comments
Closed

Title is shown when setting transparent to true on OSX #3645

7nights opened this issue Jul 7, 2015 · 3 comments
Labels

Comments

@7nights
Copy link

7nights commented Jul 7, 2015

image

You can see there's a title( C...) at the top-right corner. Even if I set the opacity of html to 0, that title will still be there. BTW, calling setTransparent(true) at runtime doesn't work. It will not actually make the window transparent, but it removes the window's shadow, and gives the window a gray background.

Yosemite 10.10.4 & nwjs-v0.12.2-osx-x64

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@jtg-gg
Copy link
Member

jtg-gg commented Jul 7, 2015

@7nights have you tried disabling the window's frame ?

I also encounter the bug (gray background window)
this is due to the app is linked with 10.9 framework.
I've my own build (linked with 10.8 framework) it is working

@7nights
Copy link
Author

7nights commented Jul 7, 2015

@jtg-gg Yes I tried, you can see there's no window frame in the screenshot.

Temporarily, I set the title to '\u3000' to solve this problem.

@Christywl
Copy link
Contributor

Is this issue still reproduced on the latest nwjs build? If so, could you please provide a sample to reproduce it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants