microsoft / microsoft/microsoft-ui-xaml
The "Exit" button at the bottom is cut off
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.4k
- Forks
- 942
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 105
Description
Describe the bug
In the current interface, the power icon button located at the bottom-left corner is partially cut off by the bottom edge of the window. The icon is not fully visible, which may affect user interaction.
Steps to reproduce the bug
<NavigationView.MenuItems>
</NavigationView.MenuItems>
<!-- 底部菜单 - 退出登录 -->
<NavigationView.PaneFooter>
<NavigationViewItem Content="退出"
Icon="{ui:FontIcon Glyph=}"
Tapped="LogoutItem_Tapped" />
</NavigationView.PaneFooter>
<!-- 内容区域 -->
<Frame x:Name="ContentFrame" />
Expected behavior
No response
Screenshots
NuGet package version
2.0.1
Packaging type
Packaged (MSIX)
Windows version
Insider Build (xxxxx)
IDE
Other
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the packaged WinUI app using the provided NavigationView and PaneFooter markup on the reported Windows Insider build, then inspect the bottom-edge layout behavior. Done means the Exit item and power icon are fully visible and usable; record the app dimensions, OS build, and a minimal reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100