fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.56k stars 518 forks source link

Backstage & Keyboard navigation #772

Closed robertmuehsig closed 6 months ago

robertmuehsig commented 4 years ago

I tried to use the keyboard to navigate through the Fluent.Ribbon.Showcase application.

The backstage area is easy to open with the keyboard, but unfortunately it seems not possible to navigate with "Tab" properly.

Sometimes it seems that the underlying elements are still focusable. Even the menu items (e.g. "Introduction" can be focused sometimes using Tab, I can't navigate with [Space] or [Enter].


Environment

batzen commented 4 years ago

@robertmuehsig i made the first changes for better keyboard navigation. It's not perfect yet, but a lot better. While implementing the changes i also noticed that there is no real visual feedback for the current focus. Will track the improvements to that through #792.