nw.js: [LTS] nwjs 0.16 - MacOS 10.10 - nw.global.__nw_windows not correct

My app handles the running instances of every window and it was working good with 0.14 & 0.15. On v 0.16 I see there is some problem with nw.global.__nw_windows It doesn’t store always the right number of opened windows. E.g. if I open 5 windows I see just 2 NWWindow object inside nw.global.__nw_windows

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Comments: 22 (8 by maintainers)

Most upvoted comments

Google just released another Chromium stable update in the next day after the previous one. So I’m going to release 0.17.3 soon and this issue will be likely slip into 0.17.4.

Will see this before 0.17.3. I was about to fix it in 0.17.2 but was occupied by upstream release with security updates.

On Wed, Sep 14, 2016, 9:43 PM AndryBray notifications@github.com wrote:

@rogerwang https://github.com/rogerwang it would be nice to have a kind of roadmap for issues just to know your estimation about the problems solving or just to know if you are working on. Thank you, I appreciate your effort in every release you publish.

Any idea about this one especially?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/nwjs/nw.js/issues/5181#issuecomment-247016760, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKGGV95n4kcDb3C0Cgkd9OQrvSCool0ks5qp_n2gaJpZM4JaYfu .

@AndryBray I’ll try to fix it soon in 0.17. Thanks.