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]After entering the string, ‘any records’ is not displayed. #26838

Closed
RoiChen001 opened this issue Dec 27, 2024 · 2 comments · Fixed by #27288
Closed

[MAUI]After entering the string, ‘any records’ is not displayed. #26838

RoiChen001 opened this issue Dec 27, 2024 · 2 comments · Fixed by #27288
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView csi-new i/regression This issue described a confirmed regression on a currently supported version p/0 Work that we can't release without partner/syncfusion Issues / PR's with Syncfusion collaboration platform/iOS 🍎 regressed-in-9.0.30 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@RoiChen001
Copy link

RoiChen001 commented Dec 27, 2024

Description

After entering the string, ‘any records’ is not displayed.

Steps to Reproduce

1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to iOS.
2.Navigate to I5_EmptyView with EmptyViewTemplate(Filtering).
3.Input some string.
4.View the page.

Actual result:
The string 'Your filter term of xxx did not match' is displayed.
Image

Expected result:
The string 'Your filter term of xxx did not match any records.' is displayed.
Image

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

9.0.30-ci.main.24626.1

Is this a regression from previous behavior?

Yes, this works fine in 9.0.21 & 9.0.30-ci.main.24607.5.

Affected platforms

iOS

@RoiChen001 RoiChen001 added csi-new platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working i/regression This issue described a confirmed regression on a currently supported version labels Dec 27, 2024
@mattleibow mattleibow added this to the .NET 9 Servicing milestone Jan 4, 2025
@mattleibow
Copy link
Member

Based on those builds, this commit worked: 9ab7f18
This commit fails: 76e5cd0

The diff is a bit large: 9ab7f18...76e5cd0

However, I see these commits:

This PR is the one that may be the most promising: #26513

@jsuarezruiz
Copy link
Contributor

jsuarezruiz commented Jan 23, 2025

I have created a branch https://github.com/dotnet/maui/tree/fix-26838 where I have added the sample to reproduce the issue. Debugging in the main branch, using iOS 18.2, I cannot reproduce it. Can reproduce with 9.0.30-ci.main.24607.5.

Image

See #24997

@PureWeen PureWeen moved this from Todo to In Progress in MAUI SDK Ongoing Jan 23, 2025
@PureWeen PureWeen added the p/0 Work that we can't release without label Jan 23, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Jan 24, 2025
@PureWeen PureWeen modified the milestones: .NET 9 SR3.1, .NET 9 SR4 Jan 28, 2025
@PureWeen PureWeen moved this from Done to Ready To Review in MAUI SDK Ongoing Jan 28, 2025
@PureWeen PureWeen moved this from Ready To Review to Done in MAUI SDK Ongoing Jan 28, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView csi-new i/regression This issue described a confirmed regression on a currently supported version p/0 Work that we can't release without partner/syncfusion Issues / PR's with Syncfusion collaboration platform/iOS 🍎 regressed-in-9.0.30 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
Status: Done
6 participants