microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.77k stars 624 forks source link

Using the icons search box while an icon is selected crashes the application #1526

Closed brunt-toast closed 5 months ago

brunt-toast commented 5 months ago

Which version of the app?

WinUI 3 Gallery

Description

In version 2.4.1.0, the DesignGuidance/ItemsPage.xaml contains an ItemsView named "IconsItemsView". Selecting one of the icons in the list and then using the search bar in any way crashes the application.

I have observed this issue when installing from the Microsoft Store on multiple devices, but have been unable to recreate with a debugger attached when compiling from source.

Screenshots

No response

Windows version

Windows 11 23H2 (22631)

Additional context

No response

karkarl commented 5 months ago

I would've assumed it to be fixed with this PR: #1515

It is not repro-ing in main, so the fix should be out on the newest release.

karkarl commented 5 months ago

Resolving as dupe of #1500