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

[MAUI]Clicking on 'Dessert' shows nothing. #22325

Open
RoiChen001 opened this issue May 10, 2024 · 3 comments
Open

[MAUI]Clicking on 'Dessert' shows nothing. #22325

RoiChen001 opened this issue May 10, 2024 · 3 comments
Assignees
Labels
area-docs Conceptual docs, API docs, Samples csi-new platform/android 🤖 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst platform/windows 🪟 s/needs-attention Issue has more information and needs another look s/triaged Issue has been reviewed t/bug Something isn't working

Comments

@RoiChen001
Copy link
Collaborator

RoiChen001 commented May 10, 2024

Description

Clicking on 'Dessert' shows nothing.

Steps to Reproduce

1.Deploy https://github.com/rachelkang/recipeSearch to Mac Catalyst.
2.Click on 'Dessert'.
3.View page.

Actual Result:
Clicking on 'Dessert' shows nothing.
image

Expected Result:
Clicking on ‘Dessert’ will display a selection of desserts.
image

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

Microsoft.Maui.Controls 8.0.40-nightly.10612+sha.752eed7129-azdo.9538080

Is this a regression from previous behavior?

Not a regression, it can be reproduced in the latest 8.0.3&8.0.21.

Affected platforms

iOS, Android, Windows, macOS

Did you find any workaround?

Yes, I found the following two ways to display the 'dessert' list.

  1. Search for ‘dessert’ directly in the search box.
  2. In line 48 of the "recipeSearch-main\WhatToEat\Views\StartingPage.xaml" file, change CommandParameter="dishType=dessert" to CommandParameter="dessert".
@RoiChen001 RoiChen001 added the t/bug Something isn't working label May 10, 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.

@Eilon Eilon added the area-docs Conceptual docs, API docs, Samples label May 11, 2024
@RoiChen001 RoiChen001 modified the milestone: Backlog May 11, 2024
@PureWeen
Copy link
Member

@RoiChen001 is this still happening? This may have just been an issue with the web service that the testing app calls into?

@PureWeen PureWeen added the s/needs-info Issue needs more info from the author label May 13, 2024
@RoiChen001
Copy link
Collaborator Author

@PureWeen Yes, it still happens. In the initial page, only the dessert module will produce nothing after being clicked.

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-docs Conceptual docs, API docs, Samples csi-new platform/android 🤖 platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst platform/windows 🪟 s/needs-attention Issue has more information and needs another look s/triaged Issue has been reviewed t/bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

4 participants