angular-ui/ui-grid

3.0.0-RC.20 row header got focused when tab off the previous row

Open

#3 389 ouverte le 30 avr. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)JavaScript (2 496 forks)batch import
good first issue

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

image

When tab off the last cell of previous row, the focus is on the row header since RC. 20. I changed the function setTabEnabled() { $elm.find('div').attr("tabindex", -1); } to be function setTabEnabled() { $elm.find('div').attr("tabindex", 0); }

Then it correctly focused on the first cell but not row header.

Is this designed on purpose?

Guide contributeur