fluid-lab / gamepad-navigator

GSoC 2020 project
Other
6 stars 10 forks source link

Number pad can scroll down to the point where the number being entered is no longer displayed. #160

Closed duhrer closed 4 months ago

duhrer commented 4 months ago

If you use the arrow keys (d-pad) to navigate down to the bottom row of elements, you can get the number pad in a state where the number being entered and is no longer visible.

As the arrow keys are used to navigate through buttons, the only way to get out of this state is to use the mouse wheel.

Seems like the styles for the number pad need to be hardened (and tested at different resolutions).

duhrer commented 4 months ago

One solution would be to add range up down buttons to the side of the number that are keyboard operable, which would make sure there's a meaningful focusable element at the top of the modal body.

duhrer commented 4 months ago

Another change that might help is to move away from emulating a number pad and just make two rows, one with numbers, one with controls. That would reduce the vertical space from four rows to two.