dgrid
dgrid copied to clipboard
Keyboard navigation not working on Edge & Chrome 55 when DnD is enabled
In edge and chrome 55, if I have the following enabled:
- Keyboard
- Selection
- DnD
When I click a row, it does not get focus. The row is only selected. Hence, up/down arrows don't work. Visually, there is no dotted border around the row on clicking.
Right-click gives the row focus and everything works correctly.
Row on only click:
Row on right-click:
Fixing the following makes it work: https://github.com/SitePen/dgrid/pull/1333 https://github.com/SitePen/dgrid/pull/1334