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

WinUI 3 Acrylic effect not working properly over MediaPlayerElement #9648

Closed
AlgoRythm-Dylan opened this issue May 21, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@AlgoRythm-Dylan
Copy link

Describe the bug

WinUI 3, SDK version 1.5 - the Acrylic effect doesn't work properly over a MediaPlayerElement. It is supposed to have a blurred effect where the content behind the acrylic can be seen, but instead, it's always just the solid tint color with the acrylic texture.

Steps to reproduce the bug

Add a MediaPlayerElement with AreTransportControlsEnabled="True" which is supposed to appear acrylic. You can also opt to put an acrylic rectangle, grid, etc on top of the media player element; none of which work as expected.

Expected behavior

The video can be seen playing "behind" the control, with an acrylic filter.

Screenshots

This issue can be demonstrated without writing any code as it is present also in the WinUI 3 gallery application.

uhh wheres my crylic

NuGet package version

WinUI 3 - Windows App SDK 1.5.3: 1.5.240428000

Windows version

Windows 11 (22H2): Build 22621

Additional context

My Windows version is actually 22631 but that's not in the drop-down.

@AlgoRythm-Dylan AlgoRythm-Dylan added the bug Something isn't working label May 21, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label May 21, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@AlgoRythm-Dylan
Copy link
Author

Issue bot brought me to the answer, which otherwise was difficult to find. Seems this is a compositing limitation in WinUI for now. Rather disappointing & misleading as even the built-in controls attempt but fail to use Acrylic effect over video.

#9267
#5025

@microsoft-github-policy-service microsoft-github-policy-service bot added needs-triage Issue needs to be triaged by the area owners and removed needs-triage Issue needs to be triaged by the area owners labels May 21, 2024
@codendone codendone removed the needs-triage Issue needs to be triaged by the area owners label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants