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
NWJS Version : nwjs-v0.27.0-win-x64
Operating System : Windows 7 64 bit
Expected behavior
<!- What do you think should happen? ->
When creating a transparent window with no frame the app should allow drag without displaying or flashing a white toolbar at top of page
Actual behavior
<!- What actually happens? ->
Randomly, but always with the first drag, the app chrome will flash or display at top. (titlebar) on Windows 7 64 bit and Windows 10. This does not occur on Mac.
How to reproduce
<!-
index.html
html
head
/head
body style="background-color:rgba(0,0,0,0.5);-webkit-app-region: drag"
/body
/html
======== TEMPLATE BUG FORM ========
NWJS Version : nwjs-v0.27.0-win-x64
Operating System : Windows 7 64 bit
Expected behavior
<!- What do you think should happen? ->
When creating a transparent window with no frame the app should allow drag without displaying or flashing a white toolbar at top of page
Actual behavior
<!- What actually happens? ->
Randomly, but always with the first drag, the app chrome will flash or display at top. (titlebar) on Windows 7 64 bit and Windows 10. This does not occur on Mac.
How to reproduce
<!-
index.html
html
head
/head
body style="background-color:rgba(0,0,0,0.5);-webkit-app-region: drag"
/body
/html
Package.json
{
"name": "Test",
"main": "index.html",
"version": "0.0.1",
"window": {
"toolbar": false,
"transparent": true,
"frame": false,
"title": "TITLE",
"resizable": false,
"fullscreen": false,
"show": true,
"width": 800,
"height": 700
}
}
/*
Run above configuration and drag the app. On Windows 7 64 bit the title bar displays.
->
The text was updated successfully, but these errors were encountered: