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

[Android] Removing a CarouselView item crashes app #17809

Closed
rachelkang opened this issue Oct 3, 2023 · 2 comments
Closed

[Android] Removing a CarouselView item crashes app #17809

rachelkang opened this issue Oct 3, 2023 · 2 comments
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/android 🤖 t/bug Something isn't working

Comments

@rachelkang
Copy link
Member

Description

Removing a CarouselView item right after adding it will crash the app.
If I add item A and remove item A, app will crash.
If I add item A, add item B, and then remove item A, app does not crash.

Steps to Reproduce

  1. Run recipeSearch repo on rc2
  2. Deploy via CLI to Pixel 4a, dotnet build WhatToEat/Recipes.csproj -t:Run -f net8.0-android
  3. Navigate to "My Recipes" tab
  4. Click New button
  5. Add a Recipe Name
  6. Save
  7. Navigate to newly created recipe
  8. Click Edit
  9. Delete
  10. App crashes

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

Unknown/Other

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@rachelkang rachelkang added t/bug Something isn't working potential-regression This issue described a possible regression on a currently supported version., verification pending labels Oct 3, 2023
@Eilon Eilon added the area-controls-collectionview CollectionView, CarouselView, IndicatorView label Oct 3, 2023
@samhouts samhouts added this to the .NET 8 GA milestone Oct 3, 2023
@rachelkang
Copy link
Member Author

also reproducible on 7.0.306

@samhouts samhouts removed the potential-regression This issue described a possible regression on a currently supported version., verification pending label Oct 4, 2023
@samhouts samhouts modified the milestones: .NET 8 GA, .NET 8 + Servicing Oct 4, 2023
@rachelkang
Copy link
Member Author

duplicate of #16020

@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants