-
-
Notifications
You must be signed in to change notification settings - Fork 948
MenuItem Icons are separate tab stops from the menu itself #1054
Copy link
Copy link
Closed
Labels
Description
Describe the bug
When using a ui:MenuItem with an Icon with keyboard navigation, each menu item takes two tab stops to get through.
Both tabstops open the menu.
This can be seen in the controls gallery app.
To Reproduce
Create a MenuItem with an Icon element.
<ui:MenuItem Header="wow">
<ui:MenuItem.Icon>
<ui:SymbolIcon Symbol="Dismiss20" FontSize="20" Margin="0,0,4,0"/>
</ui:MenuItem.Icon>
</ui:MenuItem>
Expected behavior
Tabbing through a MenuItem should have a single tab stop.
Screenshots
OS version
Irrelevant
.NET version
Irrelevant
WPF-UI NuGet version
3.0.X
Additional context
No response
Reactions are currently unavailable

