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

Bug/Feature Request: NavigationView FooterMenu - No overflow handling for Top mode #3029

Closed
anawishnoff opened this issue Aug 3, 2020 · 2 comments
Labels
area-NavigationView NavView control no-issue-activity team-Controls Issue for the Controls team

Comments

@anawishnoff
Copy link
Contributor

Describe the bug
With the addition of the FooterMenu from Issue #375 and PR #1997, the corner case of having an overflow of footer menu items in a top mode NavigationView was not handled. Currently, if you add more footer items than can fit within the viewport of the NavigationView in top mode, the items will render "off-screen" - they aren't visible and they aren't able to be scrolled to.

Steps to reproduce the bug

Steps to reproduce the behavior:

  1. Set PaneDisplayMode = Top on a NavigationView
  2. Add multiple items to FooterMenuItems until they can't all fit within the NavigationView
  3. See that those overflowing items are inaccessible to the user.

Expected/Suggested behavior
There should either be a ScrollViewer that horizontally scrolls all of the overflow FooterMenuItems or there should be a flyout that holds the overflow items. Implementation/behavior of this feature is still up for discussion.

@msft-github-bot msft-github-bot added the needs-triage Issue needs to be triaged by the area owners label Aug 3, 2020
@StephenLPeters StephenLPeters added area-NavigationView NavView control team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Aug 3, 2020
@ad1Dima
Copy link
Contributor

ad1Dima commented Aug 5, 2020

Some screenshots for context
image
image
image

@github-actions
Copy link

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NavigationView NavView control no-issue-activity team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

4 participants