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

[nw13] window title bar always empty #3589

Closed
matthiasg opened this issue Jun 16, 2015 · 6 comments
Closed

[nw13] window title bar always empty #3589

matthiasg opened this issue Jun 16, 2015 · 6 comments
Assignees

Comments

@matthiasg
Copy link

the title bar of the window is always empty no matter what the window.document.title says (or meta head) ?

0.13.0 alpha 1
windows 10 x64 bit build

@Mithgol
Copy link
Contributor

Mithgol commented Dec 30, 2015

I have encountered this problem as well (NW.js version 0.13.0 beta 2 with SDK on Windows 7 64bit).

Changing the DOM's document.title does not override the manifest's window.title from package.json (contrary to the behaviour of the previous NW.js's versions).

/cc @rogerwang

@rogerwang rogerwang self-assigned this Jan 28, 2016
@rogerwang
Copy link
Member

Fixed in git and will be available in the next nightly build.

@matthiasg
Copy link
Author

Great!

@chino23
Copy link

chino23 commented Feb 4, 2016

@rogerwang This is related to #4339

Could you please provide an option to have the title back to not showing at all like it was before? I can't have it show in my app and now in beta 13.5 it looks really bad.

@ewot
Copy link

ewot commented Mar 11, 2016

I don't think this has been fixed or there has been a regression.

I get empty window titles using nw.js v0.13.0-rc2 on Windows 10 Home x86 v1511 build 10586.122.

Just running the nw.exe binary shows an empty title even though hovering over the task bar shows "nw.js". On Ubuntu I get the window title "nw.js".

I have tried setting the title in the html head, setting it on the nw window object, the dom window, the document and from the packag-file window manifest. Nothing works.

@Mithgol
Copy link
Contributor

Mithgol commented Mar 11, 2016

That's a slightly different issue, already reported as #4486.

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

5 participants