AnimatedIcon Catastrophic Failure when Unloaded from Visual Tree #9278
Labels
area-AnimatedIcon
bug
Something isn't working
team-CompInput
Issue for IXP (Composition, Input) team
Describe the bug
Testing things in XAML Studio with the MUXC Expander control, however, when I refresh the view, I disconnect the children first with DisconnectChildrenRecursive. This is causing a crash (catastrophic failure error message), appearing to come from the AnimatedIcon used in the Expander togglebutton style.
Happening on line 35 here after call to
VisualTreeHelper.DisconnectChildrenRecursive(...);
microsoft-ui-xaml/dev/AnimatedIcon/AnimatedIcon.cpp
Lines 29 to 35 in da62ad7
Steps to reproduce the bug
VisualTree.DisconnectChildrenRecursive
on it.Expected behavior
No crash, unloads cleanly.
Screenshots
No response
NuGet package version
None
Windows version
Windows 10 (21H2): Build 19044
Additional context
Using 2.7.3 can't upgrade to latest due to PRI issue #8959
The text was updated successfully, but these errors were encountered: