-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Shell.SearchHandler visible in details page on Windows 11 #17521
Description
Description
In the Xanimals solution within maui-samples, Shell.SearchHandler is placed in each one of the Views that list each type of Animal (Bears, Cats, Dogs, Elephants and Monkeys).
Whether you use the Search Bar created by the SearchHandler or not, when you go to the details of an animal, that Search Bar is still visible.
We don't find this behavior desirable and we are not able to reproduce on Android, but what convinced us to report this as a bug is while you are still in the Details View, if you Navigate to a different Animal list and go back to the original animal then the Search Bar is gone.
Steps to Reproduce
- Launch Xanimals solution from maui-samples repository
- Within the Cats list (shown when you launch Xanimals) select any Cat.
- You will be taken to the Details of that Cat and the Search Bar is still there
- Navigate to Monkeys list
- Navigate back to Cats list
- You will see your previous Cat Details, only no Search Bar this time
Link to public reproduction project repository
https://github.com/dotnet/maui-samples.git
Version with bug
7.0.92
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net7.0-windows10.0.19041.0
Did you find any workaround?
No work around found.
Relevant log output
No response