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

The recent versions have been a bunch of disasters!

Open velade opened this issue 1 year ago • 2 comments

BUG

The latest version has been a disaster! Starting from version 0.77 that I can tell, the transparent window on Linux gnome45 will add an extra layer behind it that is not synchronized with the movement of the window. This layer causes huge problems for the transparent part. This is still the case until 0.80, and the latest 0.81 is even worse, directly invalidating frame: false, and even the frame cannot be hidden. If 0.77-0.80 is only defective, then 0.81 is completely unusable! Currently I'm going back to 0.64, which perfectly presents the transparent window effect I want.

  • Operating System: ArchLinux
  • NW.js Version: 0.7x after

velade avatar Nov 02 '23 04:11 velade

image nwjs version: 0.64 and this is I want image nwjs version: 0.80 cornar has bug! image nwjs version: 0.81 The frame: false is not work!!

same codes, same package.json, and this project create with 0.80 version

velade avatar Nov 02 '23 04:11 velade

@velade You can try disabling nw2 mode until the bugs is fixed.

malisipi avatar Dec 27 '23 22:12 malisipi