-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[MAUI][.NET8] Newly created recipes cannot be deleted. #16020
Comments
@jaosnz-rep I'm unable to reproduce your issue. Let me know if I'm doing one of the steps incorrectly here. RecipesRecreate.mp4RecipesRecreateAndroid.mp4 |
Confirming this is an issue, but not a regression. Recently replaced CollectionView with a CarouselView to work around a different issue (layout resizing). |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Hi @PureWeen @rachelkang sorry for the late reply: It is worth mentioning that creating a second project also seems to fail: This seems to be an issue with “My Recipes” page not being updated, please let me know if we need to create a separate bug. |
Verified this on Visual Studio Enterprise 17.9.0 Preview 1(8.0.3). Repro on Windows 11 and Android 14.0-API34 with below Project: |
Check out this #19786 |
Description
Newly created recipes cannot be deleted.
Steps to Reproduce
1.Deploy https://github.com/rachelkang/recipeSearch to Windows/Android
2.Click or tap on the 'My Recipes' tab to navigate to the 'My Recipes' page.
3.Click or tap on the 'New' button > Enter any text in the field 'Recipe Name'. (On Windows, you may have to first click on a '...')
4.Click or tap on the 'Save' button.
5.Click or tap on the new recipe you created to enter the recipe details page.
6.Click or tap on the 'Edit' button. (On Windows, you may have to first click on a '...')
7.Click or tap on the 'Delete' button.
Actual results:
The newly created recipe cannot be deleted, it is still in your recipes.
When you click Delete on Android, the app will crash and throw an exception.
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
8.0.0-preview.6.8686
Affected platforms
Android, Windows
Affected platform versions
8.0.0-preview.6.8686
The text was updated successfully, but these errors were encountered: