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

Blur and AcrylicBlur are not working on windows 11 after 0.10.11 release #8497

Closed
Abdesol opened this issue Jul 13, 2022 · 3 comments
Closed

Comments

@Abdesol
Copy link
Contributor

Abdesol commented Jul 13, 2022

Describe the bug
The blur and arcylicblur effect is not working on the recent releases except for the 0.10.11 on windows 11

To Reproduce
Steps to reproduce the behavior:

  1. Create an avalonia program with the template
  2. Set UseWindowsUIComposition to True
public static AppBuilder BuildAvaloniaApp()
            => AppBuilder.Configure<App>()
                .UsePlatformDetect()
                .With(new Win32PlatformOptions
                {
                    UseWindowsUIComposition = true
                })
                .LogToTrace()
                .UseReactiveUI();
  1. Set ArcylicBlur or Blur on the window

Screenshots
On 0.10.11
image

On 0.10.16
image

Desktop:

  • OS: Windows 11
  • Version: 22H2
  • Build: 22622.290
@Abdesol Abdesol added the bug label Jul 13, 2022
@maxkatz6
Copy link
Member

Works fine for me on 25151.1010 and 0.10.16

image

@maxkatz6
Copy link
Member

maxkatz6 commented Jul 13, 2022

When I do the opposite - set UseWindowsUIComposition to false - it stops working, and background is black. I would say, no one should expect blur and acrylic to work without WinUI composition.

@maxkatz6
Copy link
Member

maxkatz6 commented Jul 24, 2022

Might be a duplicate of #6028

@Abdesol can you test build with "win7-x64" runtime identifier?

@maxkatz6 maxkatz6 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants