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

Using SelectionChangedCommand with CollectionView in Shell.FlyoutContent results in Win32 Unhandled Exception #10041

Open
nikamvd opened this issue Sep 11, 2022 · 3 comments
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView high It doesn't work at all, crashes or has a big impact. platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@nikamvd
Copy link

nikamvd commented Sep 11, 2022

Description

Please refer attached sample. Sample works correctly on macOS but results in exception on Windows.

image

Steps to Reproduce

Run the attached project on windows; it results in Win32 Unhandled Exception.

Link to public reproduction project repository

https://github.com/nikamvd/Shell.FlyoutContent.Crash

Version with bug

6.0.400

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 10.0.19044

Did you find any workaround?

CollectionView works with the SelectionChanged Event. However I will end up writing different 2 versions of collection view 1 for iOS, Android and MacOS and another for Windows.

Relevant log output

No response

@nikamvd nikamvd added the t/bug Something isn't working label Sep 11, 2022
@jsuarezruiz jsuarezruiz added area-controls-shell Shell Navigation, Routes, Tabs, Flyout high It doesn't work at all, crashes or has a big impact. labels Sep 12, 2022
@jsuarezruiz
Copy link
Contributor

In the Routing.cs class, the BindableObject is null in the string GetRoute(BindableObject obj) method.

@jsuarezruiz jsuarezruiz added this to the Backlog milestone Sep 12, 2022
@ghost
Copy link

ghost commented Sep 12, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@PureWeen PureWeen added area-controls-collectionview CollectionView, CarouselView, IndicatorView and removed area-controls-shell Shell Navigation, Routes, Tabs, Flyout labels Oct 17, 2022
@Zhanglirong-Winnie Zhanglirong-Winnie added the s/triaged Issue has been reviewed label May 26, 2023
@jinxinjuan jinxinjuan added the s/verified Verified / Reproducible Issue ready for Engineering Triage label May 26, 2023
@jinxinjuan
Copy link

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on windows platform with sample project. Not repro on macOS Shell.FlyoutContent.Crash
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView high It doesn't work at all, crashes or has a big impact. platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants