-
Notifications
You must be signed in to change notification settings - Fork 712
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
NavigationView: Top-level NavigationViewItem is not shown in Top PaneDisplayMode when one of its children is selected when switching to Top mode #2814
Comments
Seems like a good bug. @ad1Dima I see you mentioned this but can't find the corresponding message. Does your change fix this? |
@StephenLPeters I ran the MUXControlsTestApp in @ad1Dima's branch and could not reproduce this error (see [Additional context] above). |
Ah, great, sorry I missed that. |
@StephenLPeters i guess this can be closed also |
Fixed by #1997 |
Dang, I'd say lets reopen the issue but looks like I never closed it. Maybe my subconscious knew it wasn't resolved |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Describe the bug
When switching from a different PaneDisplayMode to Top PaneDisplayMode the top-level NavigationViewItem is not explicitly shown in the pane when it has a selected child.
Ignore the missing selection indicator, this is tracked in #2813.
Steps to reproduce the bug
Expected behavior
Menu Item 29 should be shown in Top PaneDisplayMode as its child is selected:

Version Info
NuGet package version:
Newest WinUI builds directly from the master branch.
Additional context
This issue - as of now - will be fixed by PR #1997.
The text was updated successfully, but these errors were encountered: