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

Application Crash Due to Incorrect Use of <ReorderableItemsView> Instead of <CollectionView> for Reordering Items #23220

Open
kubaflo opened this issue Jun 24, 2024 · 1 comment · May be fixed by #23221
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/android 🤖 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst platform/windows 🪟 t/bug Something isn't working
Milestone

Comments

@kubaflo
Copy link
Collaborator

kubaflo commented Jun 24, 2024

Description

The application crashes when attempting to reorder items when the <ReorderableItemsView CanReorderItems="True"/> is used directly in the XAML code.

The correct approach is to use <CollectionView CanReorderItems="True"/>, which supports reordering items without causing a crash. However, I can see some devs not being aware of it.

Screenshot 2024-06-24 at 18 31 55

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.60 SR6

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@kubaflo kubaflo added t/bug Something isn't working area-controls-collectionview CollectionView, CarouselView, IndicatorView labels Jun 24, 2024
@kubaflo kubaflo changed the title Application Crash Due to Incorrect Use of <GroupableItemsView> Instead of <CollectionView> for Reordering Items Application Crash Due to Incorrect Use of <ReorderableItemsView> Instead of <CollectionView> for Reordering Items Jun 24, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

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 platform/android 🤖 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst platform/windows 🪟 t/bug Something isn't working
Projects
None yet
3 participants