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

"-webkit-app-region: drag;" does not work in version 0.88.0 #8190

Closed
ProjectSoft-STUDIONIONS opened this issue May 31, 2024 · 6 comments
Closed

Comments

@ProjectSoft-STUDIONIONS

Issue Type

Frameless application. In previous versions, -webkit-app-region: drag worked flawlessly. In the new version 0.88.0, this rule does not work at all.

  • Operating System: Windows 10
  • NW.js Version: 0.88.0
  • Code snippet:
#TitleBar {
	-webkit-user-select: none;
	-webkit-app-region: drag;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	user-select: none;
	box-shadow: 0 0 2px #000;
	width: 100%;
	overflow: hidden;
	line-height: 1;
}
@zkrige
Copy link

zkrige commented Jun 5, 2024

seeing the same. It works in 0.85.0

@ProjectSoft-STUDIONIONS
Copy link
Author

It works in 0.85.0

This works in 0.87.0 but not in 0.88.0

@ProjectSoft-STUDIONIONS
Copy link
Author

As far as I understand, this crap was not fixed in 0.89.0

@ayushmanchhabra
Copy link
Contributor

Duplicate of #8153

@ayushmanchhabra ayushmanchhabra marked this as a duplicate of #8153 Jul 19, 2024
@rogerwang
Copy link
Member

@zkrige
Copy link

zkrige commented Aug 9, 2024

can anyone confirm if this is working in v0.90.0 ?

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

4 participants