angular-ui/ui-grid

different behavior of the tab key when cell navigation is enabled

Open

#4.063 aberto em 28 de jul. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
grid-cellNavhelp wantedtype: bug

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

see here:

http://plnkr.co/edit/sR1W3Dv08QgYUijHCzQ1?p=preview

if you select the first cell and then press tab, you jump right out of the list (url bar or something)

But if you change the code and allow also focus on the second column then you can press tab nicely and it jumps from cell to cell to row to row

Why is there that difference between 1 or more then one column that is allowed to get focus?

Guia do colaborador