You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Current/Missing Behavior
When opening a window with
frame: false
andresizable: 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
andresizable
options. An option to specify whether or not to disable them could also be a consideration.Additional Info
nw.Window.open('index.html', { frame: false, resizable: false});
Possibly related to #8153
The text was updated successfully, but these errors were encountered: