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

Windows 11 Rounded Corners Disappear on Non-Resizable Frameless Windows #8161

Open
2 tasks done
UtterDonkey opened this issue Jan 25, 2024 · 0 comments
Open
2 tasks done

Comments

@UtterDonkey
Copy link

UtterDonkey commented Jan 25, 2024

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

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

1 participant