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

[Bug]: Frameless BrowserWindow that is not resizable has no shadow #32955

Closed
3 tasks done
t57ser opened this issue Feb 17, 2022 · 1 comment
Closed
3 tasks done

[Bug]: Frameless BrowserWindow that is not resizable has no shadow #32955

t57ser opened this issue Feb 17, 2022 · 1 comment

Comments

@t57ser
Copy link
Contributor

t57ser commented Feb 17, 2022

Preflight Checklist

Electron Version

17.0.1

What operating system are you using?

Windows

Operating System Version

Windows 10 19042.985

What arch are you using?

x64

Last Known Working Electron version

17.0.0

Expected Behavior

Frameless window should have shadow

Actual Behavior

The window has no shadow

const { app, BrowserWindow } = require( "electron" )
app.whenReady().then(()=>{
	let main = new BrowserWindow({
		"height" : 600,
		"width" : 800,
		x: 100,
		y: 100,
		show: true,
		frame: false,
		resizable: false,
	});
})

Testcase Gist URL

No response

Additional Information

This broke with 17.0.1, quite likely with: #32692

@mlaurencin mlaurencin added this to Unsorted Issues in 17-x-y Feb 18, 2022
@VerteDinde VerteDinde moved this from Unsorted Issues to Blocks Stable in 17-x-y Feb 24, 2022
@t57ser
Copy link
Contributor Author

t57ser commented May 5, 2022

This is working now which I assume is because of: #33599

@t57ser t57ser closed this as completed May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
17-x-y
Blocks Stable
Status: Doesn't Block Stable
Development

No branches or pull requests

3 participants