nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

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

Open ProjectSoft-STUDIONIONS opened this issue 1 year ago • 3 comments

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;
}

ProjectSoft-STUDIONIONS avatar May 31 '24 07:05 ProjectSoft-STUDIONIONS

seeing the same. It works in 0.85.0

zkrige avatar Jun 05 '24 10:06 zkrige

It works in 0.85.0

This works in 0.87.0 but not in 0.88.0

ProjectSoft-STUDIONIONS avatar Jun 11 '24 12:06 ProjectSoft-STUDIONIONS

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

ProjectSoft-STUDIONIONS avatar Jun 28 '24 19:06 ProjectSoft-STUDIONIONS

Duplicate of #8153

ayushmanchhabra avatar Jul 19 '24 03:07 ayushmanchhabra

Please try this build: https://dl.nwjs.io/live-build/nw90/20240719-033120/32b360f54/v0.90.0/

rogerwang avatar Jul 19 '24 17:07 rogerwang

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

zkrige avatar Aug 09 '24 07:08 zkrige