JFXtras/jfxtras-styles

Button, ToggleButton - Button does not show border on hover when it is focused

mpe85 opened this issue · 1 comments

mpe85 commented

When a button is focused and the mouse is moved over it, the button border is not displayed.
With the toggle button, however, this works.

2021_08_03_10_31_15_Window Border is shown on hover if button is not focused
2021_08_03_10_31_52_Window Border is not shown on hover if button is focused

I'd expect the border to be shown in both cases. Is this by design or is it a bug?
How can the button be configured so that the border is also shown when it is focused?

dukke commented

Good idea @mpe85
This has been fixed and pushed.