MediaWriter icon indicating copy to clipboard operation
MediaWriter copied to clipboard

bug: button focus not highlighting when selected

Open kev-odin opened this issue 2 years ago • 0 comments

Hello,

During the installation process, I noticed that buttons were not in focus when selected via tab presses. While using a mouse, the buttons are highlighted in blue when they are in focus.

In the following example, I use tab and shift+tab to navigate through selecting the install method and change the selection with the space bar. The focus behavior is missing when I tab over to any of the buttons in the menu.

Example: fedora_bug

Expected behavior: When buttons are selected via tab, they should be highlighted blue. Similar to the behavior when using a mouse. Something like this example.

expected_behavior

Possible fix: This is a guess. I suspect we are missing an active field activation context somewhere. Docs

OS: Windows 10

Edit: More digging led me to this property in the Button class. Here

kev-odin avatar May 18 '23 11:05 kev-odin