bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
635 stars 288 forks source link

[Bug] Using arrow keys to move around the Linux grid #1074

Open Leonardo1952 opened 1 week ago

Leonardo1952 commented 1 week ago

Steps to reproduce the bug

Run the application on Linux in profile mode, with a numLock keyboard connected to the machine.

Expected results

When pressing the arrow keys on the keyboard, change the selected cell as pressed.

Actual results

When pressing the arrows, the selected cell does not change

Code sample

The problem can be reproduced using the lib's own example

Execution Environment

Flutter version

Flutter 3.2.2 PlutoGrid version

OS

Linux Ubuntu 22.04

Note: Problem started happening after version 3.19.0 of flutter onwards.