asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
101 stars 21 forks source link

No keyboard selection for moves' options window #90

Closed futurelauncher closed 3 years ago

futurelauncher commented 3 years ago

Hi, after analyzing a game, when we go through a mainline, where engines suggests its line, a window appears. We get two options, one is our line and one is suggested by engine. Here, keyboard doesn't work to choose a line, we must use mouse. Pretty awkward, isn't it?

asdfjkl commented 3 years ago

Do you run Linux? Currently trying to reproduce this, and the only bug I can find is that on linux, the pop-up dialog isn't focused. If I click with a mouse on the dialog, I can then selected the options via keys (arrow up/down & enter or arrow right)

futurelauncher commented 3 years ago

Ops, sorry, I didn't mention my O/S. Yes, I used it on Linux (Mint).

asdfjkl commented 3 years ago

(should be fixed in 99137780a6bd73f905dc217bd612862eb0845f6e )