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

UWP - Strange line appears when Hover in ARM pc #1417

Open
AndersonRodr opened this issue Jul 12, 2024 · 0 comments
Open

UWP - Strange line appears when Hover in ARM pc #1417

AndersonRodr opened this issue Jul 12, 2024 · 0 comments
Labels

Comments

@AndersonRodr
Copy link

Which sample are you reporting a bug in?

Example: MenuFlyout

Describe the bug
Hi there.
I created a UWP application with a command bar and I'm using it on an ARM computer.
There is a tiny diagonal line when hovering the icon and in other buttons happen the same error.

To Reproduce
Steps to reproduce the behavior:

  1. Create a app using the code:
    <StackPanel x:Name="grid"> <CommandBar HorizontalAlignment="Right"> <AppBarButton Icon="Like" Label="Like" /> <AppBarButton Icon="Dislike" Label="Dislike" /> <AppBarButton Icon="Favorite" Label="Favorite" /> <AppBarButton Icon="More" Label="More"> <AppBarButton.Flyout> <MenuFlyout Placement="Bottom"> <MenuFlyoutItem Text="Option 1" /> <MenuFlyoutItem Text="Option 2" /> <MenuFlyoutItem Text="Option 3" /> <MenuFlyoutItem Text="Option 4" /> <MenuFlyoutItem Text="Option 5" /> </MenuFlyout> </AppBarButton.Flyout> </AppBarButton> </CommandBar> </StackPanel>

  2. Hover the more options and see a tiny line.

Expected behavior
No line be shown.

Screenshots
image

Configuration

  • Language/architecture/flavor: ARM Windows 11
  • Windows platform and build number: 22621.2283
  • Visual Studio version: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant