Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: button focus not highlighting when selected #619

Open
kev-odin opened this issue May 18, 2023 · 0 comments
Open

bug: button focus not highlighting when selected #619

kev-odin opened this issue May 18, 2023 · 0 comments

Comments

@kev-odin
Copy link

kev-odin commented May 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants