question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transparent is a problem

See original GitHub issue

The interface has a problem after setting these two properties!

"transparent":true,
"frame": false

======== TEMPLATE BUG FORM ========

NWJS Version : 0.27.2 Operating System : win10 x64

Expected behavior

After loading a web page, no explicit form should be produced! Please look at the following picture. I set the window transparent, but a toolbar appears after a page with an opaque part in the middle part is loaded! qq 20171221135333

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Christywlcommented, Dec 27, 2017

@jtg-gg , My device: Windows 10, Version 10.0.16299.125 package.json:

{
  "name": "6345",
  "main": "index.html",
  "window":{
    "transparent": true,
	"frame":false
   }
}

index.html:

<html>
<title>Test</title>
<body>
<p>Hello</p>
</body>
</html>

image

0reactions
rogerwangcommented, Jan 23, 2018

This is fixed in git and will be available in the next nightly build.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Transparency Trap
Here's the paradox: For all that transparency does to drive out wasteful practices and promote collaboration and shared learning, too much of it...
Read more >
The Transparency Problem
Today, hundreds of scholars agree there are important and divisive problems with legislative transparency. Our Foreign Affairs paper covering these issues ...
Read more >
The dark side of transparency
This article looks at three main areas where too much transparency creates problems and offers some guidance on how to get the balance...
Read more >
Leading Business Problem #3: Lack of Transparency
The reason transparency is so important is that it goes hand in hand with trust. You can't have one without the other. And...
Read more >
The Problem With Too Much Transparency in the Workplace
Emotions run high in business. To do what is best for your business, remove emotion from the equation. Here is how to make...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found