microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.23k stars 294 forks source link

[NavMenu] Fix keyboard navigation #1950

Closed hksalessio closed 3 weeks ago

hksalessio commented 3 weeks ago

Pull Request

📖 Description

Based on PR #1730, this PR fixes keyboard navigation in the FluentNavMenu component. The nav menu can be opened and closed with keys again when collapsible. Disabled FluentNavMenuGroups and FluentNavMenuItems can't be focused using keyboard navigation anymore.

📑 Test Plan

The FluentNavGroup_Disabled test was affected by this PR as it seems to have allowed focusing a disabled nav menu group.

✅ Checklist

General

Component-specific