Add keyboard navigation for overflow CommandBar popup by jsuarezruiz · Pull Request #21005 · AvaloniaUI/Avalonia (original) (raw)

What does the pull request do?

Adds keyboard navigation support to the CommandBar overflow popup and improves Tab accessibility for the primary bar. Fix #21000.

What is the current behavior?

Opening the overflow (···) menu with the keyboard was not useful: Up, Down, Home, End, and Escape had no effect, and focus was not moved to the menu when it opened. Tab navigation could not reach the primary command items or the overflow button.

What is the updated/expected behavior with this PR?

fix-commandbar-keyboard

How was the solution implemented (if it's not obvious)?

Checklist

Breaking changes

None.

Obsoletions / Deprecations

None.

Fixed issues

Fixes #21000