-
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
NSWindow warning: adding an unknown subview: <TabStripBackgroundView: 0x7f87631f0610> #4336
Comments
Fixed in beta5. Thanks. |
👍 |
same issue here:
|
@ElementLi how can this be triggered? |
This issue can be triggered by setting
|
Reproduction: open any window with frame: false Side effect is that after you open that window with frame: false, other UI elements in other/main window will be hidden - in my tests any custom font-face is hidden It breaks rendering! |
Possibly related to #5021 |
I got the same problem (frame: false) with NW.js 0.14.7 on Mac OS X 10.11.6.
PS: 0.16.1 also crashes with frame: false |
Any news on this? |
Just tested: Issue is still present in 0.18.7 |
I am seeing this problem on Mac OS X 10.12.1 and nw.js 0.18.0. Main window has a frame, but nw.js crashes when I try to pop up a modal dialog box by opening a new window with frame: false. |
This issue should be merged with #5435. The "crash" doesn't seem to actually affect the running app. We can simply suppress the message. |
This is fixed in git and will be available in the next nightly build. |
Running
and
nwjs-sdk-v0.13.0-beta4-osx-x64
The text was updated successfully, but these errors were encountered: