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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: