Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Xaml island with any control with built-in AcrylicBrush crash #358

Open
1 of 5 tasks
HO-COOH opened this issue Jul 14, 2023 · 4 comments
Open
1 of 5 tasks

Xaml island with any control with built-in AcrylicBrush crash #358

HO-COOH opened this issue Jul 14, 2023 · 4 comments

Comments

@HO-COOH
Copy link

HO-COOH commented Jul 14, 2023

Describe the bug

Using Xaml island with any control with built-in AcrylicBrush crash the application when launching.

  • Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:

Steps to Reproduce

  1. Follow exactly the guide to host a custom control in a win32 app
  2. Add a control with built-in acrylic brush, like AutoSuggestBox
<UserControl
    x:Class="View.MyUserControl"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:View"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">

    <AutoSuggestBox x:Name="AddressTextBox" KeyDown="AddressTextBox_KeyDown"/>
</UserControl>
  1. Launch the app

Expected behavior

Run normally

Screenshots

FailFastException, and crash

Environment

NuGet Package(s):
image

Package Version(s):
image

Project .NET Version:
None, I am using C++.

Windows 10 Build Number:
Nope, Windows 11 22621

App min and target version:
Windows 10 18363

Device form factor:

  • Desktop
  • Xbox
  • Surface Hub
  • IoT

Visual Studio
2022

Additional context

Add any other context about the problem here.

@HO-COOH HO-COOH added the bug 🐛 Something isn't working label Jul 14, 2023
@ghost ghost added the needs triage 🔍 label Jul 14, 2023
@ghost
Copy link

ghost commented Jul 14, 2023

Hello HO-COOH, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@ghost ghost added the needs attention 👋 label Jul 29, 2023
@ghost
Copy link

ghost commented Jul 29, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

2 similar comments
@ghost
Copy link

ghost commented Aug 13, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Aug 29, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant