nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

Home Page:https://nwjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows 11 Rounded Corners Disappear on Non-Resizable Frameless Windows

UtterDonkey opened this issue · comments

Issue Type

Before opening an issue, please search and see if it has already been raised.

  • Bug Report

  • Successfully reproduced against the latest version of NW.js?

Please use our mailing list or Gitter chatroom to ask questions. The issue tracker is only for bugs and feature requests, in English only. Please note that issues without a repro or code snippet are less likely to be resolved.

Current/Missing Behavior

When opening a window with frame: false and resizable: false, the rounded corners that are applied to windows in windows 11 disappear. They work fine when either of these options are set to true.

Expected/Proposed Behavior

Windows 11 rounded corners work regardless of frame and resizable options. An option to specify whether or not to disable them could also be a consideration.

Additional Info

  • Operating System: Windows 11 x64
  • NW.js Version: 0.83.0
  • Code snippet: nw.Window.open('index.html', { frame: false, resizable: false});

Possibly related to #8153