dgrid icon indicating copy to clipboard operation
dgrid copied to clipboard

Keyboard navigation not working on Edge & Chrome 55 when DnD is enabled

Open kruthikavenkatathri opened this issue 8 years ago • 1 comments

In edge and chrome 55, if I have the following enabled:

  1. Keyboard
  2. Selection
  3. 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: image

Row on right-click: image

kruthikavenkatathri avatar Sep 08 '16 17:09 kruthikavenkatathri

Fixing the following makes it work: https://github.com/SitePen/dgrid/pull/1333 https://github.com/SitePen/dgrid/pull/1334

kruthikavenkatathri avatar Dec 22 '16 17:12 kruthikavenkatathri