dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.15k stars 1.74k forks source link

[MAUI] From 'Edit recipe' to return to the Recipe details, the 'Ingredients' & 'Recipe' contents appear blank. #24434

Closed kevinxufei closed 1 month ago

kevinxufei commented 1 month ago

Description

From 'Edit recipe' to return to the Recipe details, the 'Ingredients' & 'Recipe' contents appear blank.

Steps to Reproduce

1.Installing VS from Pull request 573712: Insert MAUI .NET 8 SR 8 into into rel/d17.11 - Repos (visualstudio.com). 2.Download the project https://github.com/rachelkang/recipeSearch and open it in Visual Studio. 3.Deploy to the iOS simulator and Click on the 'My Recipes' tab to navigate to the 'My Recipes' page. 4.Clicking 'Korean Egg Roll' -> 'Edit', then click 'Cancel' button 5.Back to the 'Recipe Details' page, the 'Ingredients' & 'Recipe' contents appear blank.

Actual result:Back to the 'Recipe Details' page, the 'Ingredients' & 'Recipe' contents appear blank dfsf

Expected result: Everything appears normal.

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

8.0.81

Is this a regression from previous behavior?

Yes, this is a regression issue. It works fine on 8.0.80

Affected platforms

iOS

github-actions[bot] commented 1 month ago

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!

Closed similar issues:

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

kevinxufei commented 1 month ago

Install VS from https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/573712, and deploy to iOS simulator, the issue was fixed and not repro. (Maui version: 8.0.82)