-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/iosregressed-in-9.0.90s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triageshell-search-handlert/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
I was hitting a bug in my app that clicking on a search suggestion using NavigationBar/SearchBar/custom SearchHandler not actually navigating to the item I was clicking on with iOS 26.2 and MAUI 10. During my investigation I found that it repros in this sample app as well:
https://github.com/dotnet/maui-samples/tree/main/10.0/Fundamentals/Shell/Xaminals
Steps to Reproduce
- Open the following public MAUI Sample App:
https://github.com/dotnet/maui-samples/tree/main/10.0/Fundamentals/Shell/Xaminals - Connect to Mac device with xcode 26.2 and deploy to iPhone 17 Pro 26.2 simulator.
- Put focus on the search box:
- Type 'b' (note that search dropdown position is wrong, see Issue [iOS] SearchHandler suggestions list does not follow the search bar upward movement on iPhone, creating a layout gap #32930)
- Click on 'Bengal' => Issue 1
Expected: Navigates to Bengal cat detail page.
Actual: No navigation happens.
- Click on 'Bengal' entry on the main list => actually navigates from the items list (but not from the search suggestion list)
- Click back button => Issue 2
Expected: navigates back to list
Actual: navigates to an empty page
- Click back button one more time, actually navigates back
Link to public reproduction project repository
https://github.com/dotnet/maui-samples/tree/main/10.0/Fundamentals/Shell/Xaminals
Version with bug
10.0.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 26.1 & 26.2
Did you find any workaround?
No response
Relevant log output
Metadata
Metadata
Assignees
Labels
i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/iosregressed-in-9.0.90s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triageshell-search-handlert/bugSomething isn't workingSomething isn't working